# HG changeset patch # User Stu Tomlinson # Date 1182095202 0 # Node ID 428bea8235cbb41ba8e738c3571bb4d214062e0c # Parent 30663201d91115d8b70f84fc1bd064de0a2ea770 Use g_set_application_name() so unnamed dialogs get given a name, my dialogs were titled '' before this change. References #1672 - but does not give specific titles to the dialogs mentioned there. diff -r 30663201d911 -r 428bea8235cb pidgin/gtkmain.c --- a/pidgin/gtkmain.c Sun Jun 17 15:29:42 2007 +0000 +++ b/pidgin/gtkmain.c Sun Jun 17 15:46:42 2007 +0000 @@ -474,7 +474,7 @@ /* This is the first Glib function call. Make sure to initialize GThread bfeore then */ g_thread_init(NULL); - + #ifdef ENABLE_NLS bindtextdomain(PACKAGE, LOCALEDIR); bind_textdomain_codeset(PACKAGE, "UTF-8"); @@ -855,6 +855,7 @@ winpidgin_post_init(); #endif + g_set_application_name(_("Pidgin")); gtk_main(); #ifdef HAVE_SIGNAL_H