diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-08-21 21:16:12 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-08-26 15:53:25 +0800 |
commit | 13c650f07be34d376c9ef4e7966e470198cedf52 (patch) | |
tree | 8888b7b4278856b992a4ff8b5fe136316fc316b9 /src/empathy-main-window.c | |
parent | 5b06953566c13a940f69933868541e4a43200e90 (diff) | |
download | gsoc2013-empathy-13c650f07be34d376c9ef4e7966e470198cedf52.tar gsoc2013-empathy-13c650f07be34d376c9ef4e7966e470198cedf52.tar.gz gsoc2013-empathy-13c650f07be34d376c9ef4e7966e470198cedf52.tar.bz2 gsoc2013-empathy-13c650f07be34d376c9ef4e7966e470198cedf52.tar.lz gsoc2013-empathy-13c650f07be34d376c9ef4e7966e470198cedf52.tar.xz gsoc2013-empathy-13c650f07be34d376c9ef4e7966e470198cedf52.tar.zst gsoc2013-empathy-13c650f07be34d376c9ef4e7966e470198cedf52.zip |
Rename EmpathyDebugDialog to EmpathyDebugWindow
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index a600fd429..7dbe2ec81 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -56,7 +56,7 @@ #include "ephy-spinner.h" #include "empathy-preferences.h" #include "empathy-about-dialog.h" -#include "empathy-debug-dialog.h" +#include "empathy-debug-window.h" #include "empathy-new-chatroom-dialog.h" #include "empathy-map-view.h" #include "empathy-chatrooms-window.h" @@ -1068,7 +1068,7 @@ static void main_window_help_debug_cb (GtkAction *action, EmpathyMainWindow *window) { - empathy_debug_dialog_new (GTK_WINDOW (window->window)); + empathy_debug_window_new (GTK_WINDOW (window->window)); } static void |