aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debug-dialog.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-04-20 02:22:52 +0800
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-04-24 08:52:47 +0800
commit56daa742534c8bac393b21ae204927d144307074 (patch)
treedc855a9e3f9de00e704180d98fe5d9666916e47d /src/empathy-debug-dialog.h
parentb95432a011a198175e42ad191fc4892d0abf153f (diff)
downloadgsoc2013-empathy-56daa742534c8bac393b21ae204927d144307074.tar
gsoc2013-empathy-56daa742534c8bac393b21ae204927d144307074.tar.gz
gsoc2013-empathy-56daa742534c8bac393b21ae204927d144307074.tar.bz2
gsoc2013-empathy-56daa742534c8bac393b21ae204927d144307074.tar.lz
gsoc2013-empathy-56daa742534c8bac393b21ae204927d144307074.tar.xz
gsoc2013-empathy-56daa742534c8bac393b21ae204927d144307074.tar.zst
gsoc2013-empathy-56daa742534c8bac393b21ae204927d144307074.zip
Added a basic UI to debug dialog.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/empathy-debug-dialog.h')
-rw-r--r--src/empathy-debug-dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-debug-dialog.h b/src/empathy-debug-dialog.h
index 43e608253..ad41bfc95 100644
--- a/src/empathy-debug-dialog.h
+++ b/src/empathy-debug-dialog.h
@@ -54,7 +54,7 @@ struct _EmpathyDebugDialogClass
GType empathy_debug_dialog_get_type (void) G_GNUC_CONST;
-GtkWidget * empathy_debug_dialog_new (void);
+GtkWidget * empathy_debug_dialog_new (GtkWindow *parent);
G_END_DECLS