diff options
Diffstat (limited to 'src/empathy-debug-dialog.h')
-rw-r--r-- | src/empathy-debug-dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-debug-dialog.h b/src/empathy-debug-dialog.h index 5d98fa0a4..903fa5361 100644 --- a/src/empathy-debug-dialog.h +++ b/src/empathy-debug-dialog.h @@ -45,13 +45,13 @@ typedef struct _EmpathyDebugDialogClass EmpathyDebugDialogClass; struct _EmpathyDebugDialog { - GtkDialog parent; + GtkWindow parent; gpointer priv; }; struct _EmpathyDebugDialogClass { - GtkDialogClass parent_class; + GtkWindowClass parent_class; }; GType empathy_debug_dialog_get_type (void) G_GNUC_CONST; |