]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/gconf/gconf.c.patch
ksync: refresh patches
[kconfig-frontends] / frontends / gconf / gconf.c.patch
index 4b55ff7b88dbc0f76046cccbc09283f0ec70d61e..080881fb4fa5d4efb14a24d364e858e60fe77b6a 100644 (file)
@@ -10,7 +10,7 @@ diff --git a/frontends/gconf/gconf.c b/frontends/gconf/gconf.c
  
  #include <glade/glade.h>
  #include <gtk/gtk.h>
-@@ -1468,8 +1468,10 @@
+@@ -1444,8 +1444,10 @@
  int main(int ac, char *av[])
  {
        const char *name;
@@ -22,7 +22,7 @@ diff --git a/frontends/gconf/gconf.c b/frontends/gconf/gconf.c
  
        bindtextdomain(PACKAGE, LOCALEDIR);
        bind_textdomain_codeset(PACKAGE, "UTF-8");
-@@ -1483,6 +1485,7 @@
+@@ -1459,6 +1461,7 @@
        //add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
        //add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps");
  
@@ -30,7 +30,7 @@ diff --git a/frontends/gconf/gconf.c b/frontends/gconf/gconf.c
        /* Determine GUI path */
        env = getenv(SRCTREE);
        if (env)
-@@ -1491,6 +1494,7 @@
+@@ -1467,6 +1470,7 @@
                glade_file = g_strconcat(av[0], ".glade", NULL);
        else
                glade_file = g_strconcat(g_get_current_dir(), "/", av[0], ".glade", NULL);