aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-10 15:01:22 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-10 15:01:22 -0400
commit229226f0c526527bae9f5eaf82b54bc8eeb21243 (patch)
tree35e5fe31f69f03322b34cf04aa7476357321ace8
parent244eb97410137f001905bd0b1b6d376c3a6f930b (diff)
downloadayatana-indicator-notifications-229226f0c526527bae9f5eaf82b54bc8eeb21243.tar.gz
ayatana-indicator-notifications-229226f0c526527bae9f5eaf82b54bc8eeb21243.tar.bz2
ayatana-indicator-notifications-229226f0c526527bae9f5eaf82b54bc8eeb21243.zip
Commenting out an unneeded variable to remove a warning.
-rw-r--r--.bzrignore4
-rw-r--r--src/indicator-notifications.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/.bzrignore b/.bzrignore
index eb903de..eb4779f 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -39,3 +39,7 @@ autom4te.cache
compile
config.guess
tags
+data/indicator-notifications.service
+src/indicator-notifications-service
+src/libnotifications.la
+src/libnotifications_la-indicator-notifications.lo
diff --git a/src/indicator-notifications.c b/src/indicator-notifications.c
index bf28ade..32807e4 100644
--- a/src/indicator-notifications.c
+++ b/src/indicator-notifications.c
@@ -120,7 +120,7 @@ indicator_notifications_class_init(IndicatorNotificationsClass *klass)
static void
menu_visible_notify_cb(GtkWidget *menu, G_GNUC_UNUSED GParamSpec *pspec, gpointer user_data)
{
- IndicatorNotifications *self = INDICATOR_NOTIFICATIONS(user_data);
+ /*IndicatorNotifications *self = INDICATOR_NOTIFICATIONS(user_data);*/
g_debug("notify visible signal received");
gboolean visible;