[PATCH] Make notifications more reliable at session startup
- From: Pramod Dematagoda <pramod pramod fedora>
- Subject: [PATCH] Make notifications more reliable at session startup
- Date: Sun, 6 Sep 2009 14:41:52 +0530
---
src/gpm-manager.c | 2 +-
src/gpm-tray-icon.c | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/gpm-manager.c b/src/gpm-manager.c
index 69bc713..27fc98e 100644
--- a/src/gpm-manager.c
+++ b/src/gpm-manager.c
@@ -379,7 +379,7 @@ gpm_manager_notify (GpmManager *manager, NotifyNotification **notification_class
gpm_manager_notify_close (manager, *notification_class);
/* if the status icon is hidden, don't point at it */
- if (gtk_status_icon_get_visible (manager->priv->status_icon))
+ if (gtk_status_icon_is_embedded (manager->priv->status_icon))
notification = notify_notification_new_with_status_icon (title, message, icon, manager->priv->status_icon);
else
notification = notify_notification_new (title, message, icon, NULL);
diff --git a/src/gpm-tray-icon.c b/src/gpm-tray-icon.c
index 11e5981..cf272b0 100644
--- a/src/gpm-tray-icon.c
+++ b/src/gpm-tray-icon.c
@@ -53,7 +53,6 @@
static void gpm_tray_icon_finalize (GObject *object);
#define GPM_TRAY_ICON_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GPM_TYPE_TRAY_ICON, GpmTrayIconPrivate))
-#define GPM_TRAY_ICON_CONNECT_TIMEOUT 10 /* s */
struct GpmTrayIconPrivate
{
--
1.6.4.2
--=-YAUIXoMc0Tv1SCB3T1Vz--
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]