summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-calendar-button.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-10 18:04:54 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:03:06 +0100
commit95684ec0c1ec4c598fdc29a3fd366ff5e7e2e1b2 (patch)
tree1b5d2d2906522e844d80d4108e9bc68b5bfd04b0 /tp-account-widgets/tpaw-calendar-button.c
parent1068d0c9446ddac9c03c8bc82bbd356647e134c4 (diff)
downloadtelepathy-account-widgets-95684ec0c1ec4c598fdc29a3fd366ff5e7e2e1b2.tar.gz
tp-account-widgets: use TpAW's debugging functions instead of Empathy's
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-calendar-button.c')
-rw-r--r--tp-account-widgets/tpaw-calendar-button.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tp-account-widgets/tpaw-calendar-button.c b/tp-account-widgets/tpaw-calendar-button.c
index 5d525785..8ec703dc 100644
--- a/tp-account-widgets/tpaw-calendar-button.c
+++ b/tp-account-widgets/tpaw-calendar-button.c
@@ -22,8 +22,8 @@
#include <glib/gi18n-lib.h>
-#define DEBUG_FLAG EMPATHY_DEBUG_OTHER_THING
-#include "empathy-debug.h"
+#define DEBUG_FLAG TPAW_DEBUG_OTHER_THING
+#include "tpaw-debug.h"
G_DEFINE_TYPE (TpawCalendarButton, tpaw_calendar_button, GTK_TYPE_BOX)