[rhythmbox] status-icon: fix build without libnotify



commit 7f10f4e4f7293b2fc46971a57ac2a4fb2351a496
Author: Jonathan Matthew <jonathan d14n org>
Date:   Thu Jan 20 08:00:12 2011 +1000

    status-icon: fix build without libnotify
    
    but who deliberately does this anyway?

 plugins/status-icon/rb-status-icon-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/status-icon/rb-status-icon-plugin.c b/plugins/status-icon/rb-status-icon-plugin.c
index 8ca0c88..97d72a1 100644
--- a/plugins/status-icon/rb-status-icon-plugin.c
+++ b/plugins/status-icon/rb-status-icon-plugin.c
@@ -122,8 +122,8 @@ struct _RBStatusIconPluginPrivate
 	NotifyNotification *notification;
 	gboolean notify_supports_actions;
 	gboolean notify_supports_icon_buttons;
-	gboolean notify_supports_persistence;
 #endif
+	gboolean notify_supports_persistence;
 	gboolean is_gnome_shell;
 
 	GtkWidget *config_dialog;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]