diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-18 18:34:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-18 18:34:38 +0800 |
commit | 5ddb08157c2b22b3fe3d95ceaee89a641aadbb7f (patch) | |
tree | a08d8babe01470059ca03ea1ffc81377f2dd6aed | |
parent | 0da5677984bf4820ec0e723141bf43d3539a0fa3 (diff) | |
parent | f127e56c1b1f27bf7b8be219e13a7c71ffdb63ec (diff) | |
download | gsoc2013-empathy-5ddb08157c2b22b3fe3d95ceaee89a641aadbb7f.tar gsoc2013-empathy-5ddb08157c2b22b3fe3d95ceaee89a641aadbb7f.tar.gz gsoc2013-empathy-5ddb08157c2b22b3fe3d95ceaee89a641aadbb7f.tar.bz2 gsoc2013-empathy-5ddb08157c2b22b3fe3d95ceaee89a641aadbb7f.tar.lz gsoc2013-empathy-5ddb08157c2b22b3fe3d95ceaee89a641aadbb7f.tar.xz gsoc2013-empathy-5ddb08157c2b22b3fe3d95ceaee89a641aadbb7f.tar.zst gsoc2013-empathy-5ddb08157c2b22b3fe3d95ceaee89a641aadbb7f.zip |
Merge branch 'no-notif-632422'
-rw-r--r-- | libempathy-gtk/empathy-notify-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-notify-manager.c b/libempathy-gtk/empathy-notify-manager.c index d0e0aadec..803839755 100644 --- a/libempathy-gtk/empathy-notify-manager.c +++ b/libempathy-gtk/empathy-notify-manager.c @@ -207,7 +207,7 @@ empathy_notify_manager_notification_is_enabled (EmpathyNotifyManager *self) if (presence != TP_CONNECTION_PRESENCE_TYPE_AVAILABLE && presence != TP_CONNECTION_PRESENCE_TYPE_UNSET) { - if (!g_settings_get_boolean (gsettings, + if (g_settings_get_boolean (gsettings, EMPATHY_PREFS_NOTIFICATIONS_DISABLED_AWAY)) goto finally; } |