diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-07-30 21:37:30 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:06 +0800 |
commit | f9baf55754d0ebfefedb9685a1aca3f7f743975c (patch) | |
tree | fec7a0d109162ae9d45c92be3536eb3b8e11e112 | |
parent | e5783e685c3db89d4791c2f31a75c4204d1cb4a7 (diff) | |
download | gsoc2013-empathy-f9baf55754d0ebfefedb9685a1aca3f7f743975c.tar.gz gsoc2013-empathy-f9baf55754d0ebfefedb9685a1aca3f7f743975c.tar.zst gsoc2013-empathy-f9baf55754d0ebfefedb9685a1aca3f7f743975c.zip |
calendar-button: don't use the non-existing TPAW_DEBUG_OTHER_THING flag
https://bugzilla.gnome.org/show_bug.cgi?id=699492
-rw-r--r-- | tp-account-widgets/tpaw-calendar-button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-calendar-button.c b/tp-account-widgets/tpaw-calendar-button.c index 8ec703dc6..e0ab9be4b 100644 --- a/tp-account-widgets/tpaw-calendar-button.c +++ b/tp-account-widgets/tpaw-calendar-button.c @@ -22,7 +22,7 @@ #include <glib/gi18n-lib.h> -#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) |