From 009ef4d4a37ca136c6bd1071fc980c4f164badd9 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 13 Feb 2011 13:21:48 +0000 Subject: move functionality, refresh static function prototypes in main-window, add/remove status icon without restart --- src/trg-preferences-dialog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/trg-preferences-dialog.h') 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 #include +#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_ */ -- cgit v1.2.3