Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMartin Kretzschmar <martink@src.gnome.org>2005-07-04 19:52:21 (GMT)
committer Martin Kretzschmar <martink@src.gnome.org>2005-07-04 19:52:21 (GMT)
commit497daa2e4a30f6e48b70faa4fbb6ebaed8d57c31 (patch)
treed5809154ecf8744e60cde67998a6f4c06de7b7e9 /shell
parentefa870dac2fdad4dd736b16e79b3c8e4e33b6055 (diff)
include libgnomeui/gnome-authentication-manager.h (main): to call
* shell/main.c: include libgnomeui/gnome-authentication-manager.h (main): to call gnome_authentication_manager_init. Should fix Bug #308510 * configure.ac: that requires libgnomeui 2.6.0.
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 0b50cbd..1b80b4a 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -28,6 +28,7 @@
#include <libgnome/gnome-program.h>
#include <libgnomeui/gnome-ui-init.h>
#include <libgnomeui/gnome-app-helper.h>
+#include <libgnomeui/gnome-authentication-manager.h>
#include <libgnomevfs/gnome-vfs-utils.h>
#ifdef ENABLE_DBUS
@@ -150,6 +151,8 @@ main (int argc, char *argv[])
}
#endif
+ gnome_authentication_manager_init ();
+
ev_job_queue_init ();
g_set_application_name (_("Evince Document Viewer"));