sync
This commit is contained in:
parent
8adc7405c7
commit
9d0a2117d8
5 changed files with 307 additions and 64 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue