# HG changeset patch # User Gabriel Schulhof # Date 1183039955 0 # Node ID 6f5e6efd2241c039eb2ad2f99720b86bf26f4c5b # Parent 0fb8f1b1f0e9c3f2c076f70a45f9cd7a92e28086 Move g_set_application_name to a point before the pidgin UI is created This is important on Maemo, because windows there actually display the application name so, if it's not set before they are created, they display "", which is really ugly. committer: Richard Laager diff -r 0fb8f1b1f0e9 -r 6f5e6efd2241 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Mon Jun 25 13:54:39 2007 +0000 +++ b/pidgin/gtkmain.c Thu Jun 28 14:12:35 2007 +0000 @@ -677,6 +677,8 @@ return 1; } + g_set_application_name(_("Pidgin")); + #ifdef _WIN32 winpidgin_init(hint); #endif @@ -855,7 +857,6 @@ winpidgin_post_init(); #endif - g_set_application_name(_("Pidgin")); gtk_main(); #ifdef HAVE_SIGNAL_H