Fix a compiler warning
2007-01-23 Thomas Wood <thos@gnome.org> * gnome-theme-installer.c: (transfer_done_cb): Fix a compiler warning svn path=/trunk/; revision=7172
This commit is contained in:
parent
0c925290a3
commit
a93ef521a7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-01-23 Thomas Wood <thos@gnome.org>
|
||||||
|
|
||||||
|
* gnome-theme-installer.c: (transfer_done_cb): Fix a compiler warning
|
||||||
|
|
||||||
2007-01-19 Thomas Wood <thos@gnome.org>
|
2007-01-19 Thomas Wood <thos@gnome.org>
|
||||||
|
|
||||||
* gnome-theme-details.c: (update_color_scheme_tab),
|
* gnome-theme-details.c: (update_color_scheme_tab),
|
||||||
|
|
|
@ -466,7 +466,7 @@ transfer_done_cb (GtkWidget *dlg, gchar *path)
|
||||||
|
|
||||||
dialog = gtk_message_dialog_new_with_markup (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, GTK_BUTTONS_NONE, theme_props->user_message );
|
dialog = gtk_message_dialog_new_with_markup (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, GTK_BUTTONS_NONE, theme_props->user_message );
|
||||||
|
|
||||||
gtk_message_dialog_format_secondary_text(dialog, _("Would you like to apply it now, or keep your current theme?"));
|
gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG (dialog), _("Would you like to apply it now, or keep your current theme?"));
|
||||||
|
|
||||||
gtk_dialog_add_button (GTK_DIALOG (dialog), _("Keep Current Theme"), GTK_RESPONSE_CLOSE);
|
gtk_dialog_add_button (GTK_DIALOG (dialog), _("Keep Current Theme"), GTK_RESPONSE_CLOSE);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue