Fix icon theme combo box
2007-05-07 Thomas Wood <thos@gnome.org> * appearance-style.c: (prepare_combo): Fix icon theme combo box svn path=/trunk/; revision=7572
This commit is contained in:
parent
679410b323
commit
21b005ca5f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-05-07 Thomas Wood <thos@gnome.org>
|
||||||
|
|
||||||
|
* appearance-style.c: (prepare_combo): Fix icon theme combo box
|
||||||
|
|
||||||
2007-05-07 Thomas Wood <thos@gnome.org>
|
2007-05-07 Thomas Wood <thos@gnome.org>
|
||||||
|
|
||||||
* appearance-style.c: (prepare_combo): Use GConfPropertyEditor for theme
|
* appearance-style.c: (prepare_combo): Use GConfPropertyEditor for theme
|
||||||
|
|
|
@ -112,6 +112,7 @@ prepare_combo (AppearanceData *data, GtkWidget *combo, enum ThemeType type)
|
||||||
|
|
||||||
case ICON_THEMES:
|
case ICON_THEMES:
|
||||||
list = gnome_theme_icon_info_find_all ();
|
list = gnome_theme_icon_info_find_all ();
|
||||||
|
break;
|
||||||
|
|
||||||
case CURSOR_THEMES:
|
case CURSOR_THEMES:
|
||||||
list = NULL; /* don't know what to do yet */
|
list = NULL; /* don't know what to do yet */
|
||||||
|
@ -125,7 +126,7 @@ prepare_combo (AppearanceData *data, GtkWidget *combo, enum ThemeType type)
|
||||||
|
|
||||||
for (l = list; l; l = g_list_next (l))
|
for (l = list; l; l = g_list_next (l))
|
||||||
{
|
{
|
||||||
gchar *name;
|
gchar *name = NULL;
|
||||||
GtkTreeIter i;
|
GtkTreeIter i;
|
||||||
|
|
||||||
if (type < ICON_THEMES)
|
if (type < ICON_THEMES)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue