X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=src%2Fempathy-debug-window.c;h=e4f5e21d646b2f00b41abb7289445604267d299d;hp=f5115aea57a60ac19358d8685ce53f400154ea6c;hb=d121d6a9b9d4d3a654dfd2b0e900be216f161dba;hpb=8c83da990d4791fc91b52856536c3d05f59bc832 diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c index f5115aea..e4f5e21d 100644 --- a/src/empathy-debug-window.c +++ b/src/empathy-debug-window.c @@ -20,18 +20,18 @@ */ #include "config.h" +#include "empathy-debug-window.h" #include #include +#include -#define DEBUG_FLAG EMPATHY_DEBUG_OTHER -#include -#include - -#include -#include +#include "empathy-geometry.h" +#include "empathy-ui-utils.h" +#include "empathy-utils.h" -#include "empathy-debug-window.h" +#define DEBUG_FLAG EMPATHY_DEBUG_OTHER +#include "empathy-debug.h" G_DEFINE_TYPE (EmpathyDebugWindow, empathy_debug_window, GTK_TYPE_WINDOW) @@ -1006,7 +1006,7 @@ debug_window_name_owner_changed_cb (TpDBusDaemon *proxy, return; } - if (EMP_STR_EMPTY (arg1) && !EMP_STR_EMPTY (arg2)) + if (TPAW_STR_EMPTY (arg1) && !TPAW_STR_EMPTY (arg2)) { GtkTreeIter *found_at_iter = NULL; gchar *display_name; @@ -1086,7 +1086,7 @@ debug_window_name_owner_changed_cb (TpDBusDaemon *proxy, g_free (display_name); } - else if (!EMP_STR_EMPTY (arg1) && EMP_STR_EMPTY (arg2)) + else if (!TPAW_STR_EMPTY (arg1) && TPAW_STR_EMPTY (arg2)) { /* A service died */ GtkTreeIter *iter = NULL; @@ -1298,7 +1298,7 @@ debug_window_menu_copy_activate_cb (GtkMenuItem *menu_item, message = tp_debug_message_get_message (msg); - if (EMP_STR_EMPTY (message)) + if (TPAW_STR_EMPTY (message)) { DEBUG ("Log message is empty"); return;