From b7aea854321f7b89d4acd4c39398726299641192 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Thu, 1 Jun 2006 14:41:11 +0000 Subject: [PATCH] Call gdk_threads_init. Thus we'll avoid errors in auth dialog. Fix for the * shell/main.c: (main): Call gdk_threads_init. Thus we'll avoid errors in auth dialog. Fix for the bug #343347. --- ChangeLog | 6 ++++++ shell/main.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e92ea5a..ae272967 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-06-01 Nickolay V. Shmyrev <> + + * shell/main.c: (main): Call gdk_threads_init. Thus + we'll avoid errors in auth dialog. Fix for the bug + #343347. + 2006-06-01 Wouter Bolsterlee * configure.ac: Advertise pixbuf support, fix diff --git a/shell/main.c b/shell/main.c index c86ae23e..1f3da854 100644 --- a/shell/main.c +++ b/shell/main.c @@ -250,10 +250,10 @@ main (int argc, char *argv[]) enable_metadata = TRUE; } #endif - + + gdk_threads_init (); gnome_authentication_manager_init (); - if (enable_metadata) { ev_metadata_manager_init (); } -- 2.43.5