Mercurial > pidgin
changeset 19909:ab31c7482b40
Added hints to gtkprefs.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Thu, 16 Aug 2007 21:28:07 +0000 |
parents | 2f56b8cd4ec1 |
children | 617aa1bd7ff0 |
files | pidgin/gtkprefs.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkprefs.c Thu Aug 16 21:25:07 2007 +0000 +++ b/pidgin/gtkprefs.c Thu Aug 16 21:28:07 2007 +0000 @@ -640,7 +640,8 @@ static void add_theme_button_clicked_cb(GtkWidget *widget, gpointer null) { - purple_request_file(NULL, _("Install Theme"), NULL, FALSE, (GCallback)request_theme_file_name_cb, NULL, NULL, NULL, NULL, NULL) ; + purple_request_file(NULL, _("Install Theme"), NULL, FALSE, + (GCallback)request_theme_file_name_cb, NULL, NULL, NULL, NULL, "pidgin-prefs", NULL) ; } static void @@ -1619,7 +1620,7 @@ purple_request_file(prefs, _("Sound Selection"), filename, FALSE, G_CALLBACK(sound_chosen_cb), NULL, - NULL, NULL, NULL, + NULL, NULL, NULL, "pidgin-prefs", GINT_TO_POINTER(sound_row_sel)); }