This commit is contained in:
Jonathan Blandford 2002-11-27 00:03:37 +00:00
parent 8adc7405c7
commit 9d0a2117d8
5 changed files with 307 additions and 64 deletions

View file

@ -28,10 +28,10 @@ typedef struct _ThemeCallbackData
} ThemeCallbackData;
GHashTable *theme_hash = NULL;
GHashTable *icon_theme_hash = NULL;
GHashTable *meta_theme_hash = NULL;
GList *callbacks = NULL;
static GHashTable *theme_hash = NULL;
static GHashTable *icon_theme_hash = NULL;
static GHashTable *meta_theme_hash = NULL;
static GList *callbacks = NULL;
const gchar *gtk2_suffix = "gtk-2.0";