From e4a4c2f2a2733ee60a918fabe41faf55f7cc7f41 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Sun, 22 Apr 2007 20:00:45 +0000 Subject: Fix build breaks svn path=/trunk/; revision=33446 --- shell/ChangeLog | 4 ++++ shell/main.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 49a4edee5f..ab77e076f0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2007-04-23 Srinivasa Ragavan + + * main.c: (main): Fix 2 build breaks if built with development version + 2007-04-22 Stephen Cook * main.c: fix startup notification problem (closes: #271851) diff --git a/shell/main.c b/shell/main.c index c8b49811b8..b6e9c530ce 100644 --- a/shell/main.c +++ b/shell/main.c @@ -53,6 +53,7 @@ #include #include #include +#include #include #include @@ -526,7 +527,7 @@ main (int argc, char **argv) #endif #if DEVELOPMENT - client = g_conf_client_get_default (); + client = gconf_client_get_default (); if (force_migrate) { destroy_config (client); -- cgit v1.2.3