[empathy/gnome-2-28] Rename HAVE_NBTK to HAVE_MOBLIN
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-28] Rename HAVE_NBTK to HAVE_MOBLIN
- Date: Sun, 18 Oct 2009 20:40:59 +0000 (UTC)
commit fffdc41ab0256f1e0219ca90f39166a99a5b5b7a
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Sun Oct 18 21:31:54 2009 +0100
Rename HAVE_NBTK to HAVE_MOBLIN
HAVE_NBTK has been renamed to HAVE_MOBLIN a while ago, apparently some #if's
were missed, causing things to break :(
src/empathy-status-icon.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index c35a625..c78f707 100644
--- a/src/empathy-status-icon.c
+++ b/src/empathy-status-icon.c
@@ -130,7 +130,7 @@ notification_close_helper (EmpathyStatusIconPriv *priv)
}
}
-#ifdef HAVE_NBTK
+#ifdef HAVE_MOBLIN
static void
notification_action_cb (NotifyNotification *notification,
gchar *action,
@@ -171,7 +171,7 @@ status_icon_update_notification (EmpathyStatusIcon *icon)
notify_notification_set_timeout (priv->notification,
NOTIFY_EXPIRES_DEFAULT);
-#ifdef HAVE_NBTK
+#ifdef HAVE_MOBLIN
if (priv->notify_supports_actions) {
notify_notification_add_action (priv->notification,
"respond",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]