summaryrefslogtreecommitdiff
path: root/src/trg-preferences-dialog.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-13 13:21:48 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-13 13:21:48 +0000
commit009ef4d4a37ca136c6bd1071fc980c4f164badd9 (patch)
treea5eaacc4ece039a3b9db8740a18c9397a0402759 /src/trg-preferences-dialog.h
parent0cf859ff090d670eef1a7f184ad974db6a953ccc (diff)
move functionality, refresh static function prototypes in main-window, add/remove status icon without restart
Diffstat (limited to 'src/trg-preferences-dialog.h')
-rw-r--r--src/trg-preferences-dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/trg-preferences-dialog.h b/src/trg-preferences-dialog.h
index 214eedb..49791a5 100644
--- a/src/trg-preferences-dialog.h
+++ b/src/trg-preferences-dialog.h
@@ -25,6 +25,8 @@
#include <gtk/gtk.h>
#include <gconf/gconf-client.h>
+#include "trg-main-window.h"
+
G_BEGIN_DECLS typedef struct _TrgPreferencesDialog TrgPreferencesDialog;
typedef struct _TrgPreferencesDialogClass TrgPreferencesDialogClass;
typedef struct _TrgPreferencesDialogPrivate TrgPreferencesDialogPrivate;
@@ -47,7 +49,7 @@ struct _TrgPreferencesDialogClass {
GType trg_preferences_dialog_get_type(void);
-GtkWidget *trg_preferences_dialog_get_instance(GtkWindow * parent,
+GtkWidget *trg_preferences_dialog_get_instance(TrgMainWindow *win,
GConfClient * client);
G_END_DECLS
#endif /* TRG_PREFERENCES_WINDOW_H_ */