Mercurial > pidgin.yaz
diff pidgin/gtkprefs.c @ 20598:285bb637a2b7
Updated hinting to be less invasive
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sat, 22 Sep 2007 16:19:34 +0000 |
parents | 591267f6f1d5 |
children | fdefa5eb46e2 |
line wrap: on
line diff
--- a/pidgin/gtkprefs.c Sat Sep 22 09:48:07 2007 +0000 +++ b/pidgin/gtkprefs.c Sat Sep 22 16:19:34 2007 +0000 @@ -641,7 +641,7 @@ static void add_theme_button_clicked_cb(GtkWidget *widget, gpointer null) { - purple_request_file(NULL, _("Install Theme"), NULL, FALSE, + purple_request_file_with_hint(NULL, _("Install Theme"), NULL, FALSE, (GCallback)request_theme_file_name_cb, NULL, NULL, NULL, NULL, "preferences", NULL) ; } @@ -1625,7 +1625,7 @@ if (*filename == '\0') filename = NULL; - purple_request_file(prefs, _("Sound Selection"), filename, FALSE, + purple_request_file_with_hint(prefs, _("Sound Selection"), filename, FALSE, G_CALLBACK(sound_chosen_cb), NULL, NULL, NULL, NULL, "preferences", GINT_TO_POINTER(sound_row_sel));