From 31a3486414202393a061022b3aff304ceba61f05 Mon Sep 17 00:00:00 2001 From: Harri Vattulainen Date: Tue, 19 Aug 2008 06:56:03 +0000 Subject: [PATCH] Added comment of to-be theme name variable to IrrecoStyleBrowserDlg struct. --- irreco/trunk/src/core/irreco_style_browser_dlg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/irreco/trunk/src/core/irreco_style_browser_dlg.h b/irreco/trunk/src/core/irreco_style_browser_dlg.h index 822a6fa1..adc445ff 100644 --- a/irreco/trunk/src/core/irreco_style_browser_dlg.h +++ b/irreco/trunk/src/core/irreco_style_browser_dlg.h @@ -83,6 +83,10 @@ struct _IrrecoStyleBrowserDlg{ GtkWidget *vbox; IrrecoButtonStyle *style; GHashTable *layout_array; + /* TODO Insert GString? that holds theme name + will be passed on to loading loop that loads button images + GString *theme_name + */ IrrecoStyleBrowserDlgLoading *loading; gboolean once; -- 2.11.4.GIT