]> git.pld-linux.org Git - packages/control-center.git/commitdiff
- updated to control-center-2.5.3
authorgrzegol <grzegol@pld-linux.org>
Fri, 13 Feb 2004 22:07:48 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    control-center-def-apps-capplet.patch -> 1.1.2.1

control-center-def-apps-capplet.patch

index 28947ac7ca5f48cf13e4f4697230a7e39ab0d5d0..0c2472903de42de3c341d1175d5bb416082ecfc4 100644 (file)
@@ -25,7 +25,7 @@ diff -Nuard control-center-2.4.0.orig/capplets/default-applications/gnome-defaul
        for (i = 0; i < G_N_ELEMENTS (possible_browsers); i++ ) {
                if (possible_browsers[i].in_path == FALSE)
                        continue;
--              
+-
 -              if (browser && strcmp (browser, possible_browsers[i].command) == 0 &&
 -                  needs_term == possible_browsers[i].needs_term) {
 +
@@ -51,7 +51,7 @@ diff -Nuard control-center-2.4.0.orig/capplets/default-applications/gnome-defaul
 @@ -427,18 +429,19 @@
                if (possible_mailers[i].in_path == FALSE)
                        continue;
-               
 -              if (mailer && strcmp (mailer, possible_mailers[i].command) == 0 &&
 -                  needs_term == possible_mailers[i].needs_term) {
 +              if (mailer && (strcmp (mailer, possible_mailers[i].command) == 0)
This page took 0.100615 seconds and 4 git commands to generate.