reword the "theme engine" error message since we cannot really be sure it
2007-09-21 Jens Granseuer <jensgr@gmx.net> * theme-installer.c: (gnome_theme_install_real): reword the "theme engine" error message since we cannot really be sure it is an engine (bug #435680) svn path=/trunk/; revision=8130
This commit is contained in:
parent
76f742ffbb
commit
1a3d33f75d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-09-21 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* theme-installer.c: (gnome_theme_install_real): reword the "theme engine"
|
||||||
|
error message since we cannot really be sure it is an engine (bug #435680)
|
||||||
|
|
||||||
2007-09-21 Jens Granseuer <jensgr@gmx.net>
|
2007-09-21 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* theme-installer.c: (gnome_theme_install_real),
|
* theme-installer.c: (gnome_theme_install_real),
|
||||||
|
|
|
@ -246,7 +246,7 @@ gnome_theme_install_real (gint filetype, const gchar *tmp_dir, const gchar *them
|
||||||
GTK_DIALOG_MODAL,
|
GTK_DIALOG_MODAL,
|
||||||
GTK_MESSAGE_ERROR,
|
GTK_MESSAGE_ERROR,
|
||||||
GTK_BUTTONS_OK,
|
GTK_BUTTONS_OK,
|
||||||
_("The theme is an engine. You need to compile it."));
|
_("The selected file is not a valid theme. It might be a theme engine that you need to compile."));
|
||||||
gtk_dialog_run (GTK_DIALOG (dialog));
|
gtk_dialog_run (GTK_DIALOG (dialog));
|
||||||
gtk_widget_destroy (dialog);
|
gtk_widget_destroy (dialog);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue