diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-05-11 01:04:54 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:06 +0800 |
commit | 95684ec0c1ec4c598fdc29a3fd366ff5e7e2e1b2 (patch) | |
tree | 1b5d2d2906522e844d80d4108e9bc68b5bfd04b0 /tp-account-widgets/tpaw-calendar-button.c | |
parent | 1068d0c9446ddac9c03c8bc82bbd356647e134c4 (diff) | |
download | gsoc2013-empathy-95684ec0c1ec4c598fdc29a3fd366ff5e7e2e1b2.tar gsoc2013-empathy-95684ec0c1ec4c598fdc29a3fd366ff5e7e2e1b2.tar.gz gsoc2013-empathy-95684ec0c1ec4c598fdc29a3fd366ff5e7e2e1b2.tar.bz2 gsoc2013-empathy-95684ec0c1ec4c598fdc29a3fd366ff5e7e2e1b2.tar.lz gsoc2013-empathy-95684ec0c1ec4c598fdc29a3fd366ff5e7e2e1b2.tar.xz gsoc2013-empathy-95684ec0c1ec4c598fdc29a3fd366ff5e7e2e1b2.tar.zst gsoc2013-empathy-95684ec0c1ec4c598fdc29a3fd366ff5e7e2e1b2.zip |
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.c | 4 |
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 5d5257854..8ec703dc6 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) |