Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--shell/main.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 36425b1..c727716 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
+ * shell/main.c: (main):
+
+ Remove gnome_authentication_manager_init.
+
+2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
+
* shell/ev-view.c: (ev_view_goto_window_create):
Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
diff --git a/shell/main.c b/shell/main.c
index 72c43df..3aeb1a1 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -30,7 +30,6 @@
#include <libgnome/gnome-program.h>
#include <libgnomeui/gnome-ui-init.h>
#include <libgnomeui/gnome-app-helper.h>
-#include <libgnomeui/gnome-authentication-manager.h>
#endif
#ifdef ENABLE_DBUS
@@ -379,11 +378,6 @@ main (int argc, char *argv[])
#endif
ev_debug_init ();
-
-#if WITH_GNOME
- gnome_authentication_manager_init ();
-#endif
-
ev_backends_manager_init ();
if (enable_metadata) {