]> www.fi.muni.cz Git - evince.git/commitdiff
Remove gnome_authentication_manager_init.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Wed, 27 Aug 2008 09:42:01 +0000 (09:42 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Wed, 27 Aug 2008 09:42:01 +0000 (09:42 +0000)
2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>

* shell/main.c: (main):

Remove gnome_authentication_manager_init.

svn path=/trunk/; revision=3125

ChangeLog
shell/main.c

index 36425b13820807304ceb44c2b613a2cb674b904b..c72771692a57b6433eaf8160f1516f9ed46c4eec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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):
index 72c43df0b1858685be360dde6977b6377e54a033..3aeb1a17e865befde3218fc14ebc1f95515cb071 100644 (file)
@@ -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) {