From: Marco Barisione Date: Tue, 30 Jul 2013 13:37:30 +0000 (+0100) Subject: calendar-button: don't use the non-existing TPAW_DEBUG_OTHER_THING flag X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=f9baf55754d0ebfefedb9685a1aca3f7f743975c calendar-button: don't use the non-existing TPAW_DEBUG_OTHER_THING flag https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- diff --git a/tp-account-widgets/tpaw-calendar-button.c b/tp-account-widgets/tpaw-calendar-button.c index 8ec703dc..e0ab9be4 100644 --- a/tp-account-widgets/tpaw-calendar-button.c +++ b/tp-account-widgets/tpaw-calendar-button.c @@ -22,7 +22,7 @@ #include -#define DEBUG_FLAG TPAW_DEBUG_OTHER_THING +#define DEBUG_FLAG TPAW_DEBUG_OTHER #include "tpaw-debug.h" G_DEFINE_TYPE (TpawCalendarButton, tpaw_calendar_button, GTK_TYPE_BOX)