diff options
Diffstat (limited to 'libempathy-gtk/gossip-preferences.h')
-rw-r--r-- | libempathy-gtk/gossip-preferences.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/gossip-preferences.h b/libempathy-gtk/gossip-preferences.h index 74ecc9041..35b26621f 100644 --- a/libempathy-gtk/gossip-preferences.h +++ b/libempathy-gtk/gossip-preferences.h @@ -25,7 +25,7 @@ #ifndef __GOSSIP_PREFERENCES_H__ #define __GOSSIP_PREFERENCES_H__ -#include <gtk/gtkwidget.h> +#include <gtk/gtkwindow.h> G_BEGIN_DECLS @@ -49,7 +49,7 @@ G_BEGIN_DECLS #define GOSSIP_PREFS_CONTACTS_SORT_CRITERIUM GOSSIP_PREFS_PATH "/contacts/sort_criterium" #define GOSSIP_PREFS_HINTS_CLOSE_MAIN_WINDOW GOSSIP_PREFS_PATH "/hints/close_main_window" -GtkWidget * gossip_preferences_show (void); +GtkWidget * gossip_preferences_show (GtkWindow *parent); G_END_DECLS |