#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;
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");
/* 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);
--- a/libs/parser/yconf.y 2012-01-12 22:37:17.582339777 +0100
+++ b/libs/parser/yconf.y 2012-03-03 23:55:29.889737630 +0100
-@@ -96,7 +96,7 @@
+@@ -102,7 +102,7 @@
%{
/* Include zconf.hash.c here so it can see the token constants. */
%}
%%
-@@ -493,7 +493,7 @@
+@@ -509,7 +509,7 @@
sym_init();
_menu_init();
if (getenv("ZCONF_DEBUG"))
zconfdebug = 1;
-@@ -725,7 +725,7 @@
+@@ -746,7 +746,7 @@
}
}