[gnome-tweak-tool] Fixed: on_changed_notify_logout.



commit a31d286b7f8fbe6de1673743fe314c173eb80c53
Author: Alex Muñoz <alexmudoz gmail com>
Date:   Thu Aug 15 21:41:34 2013 -0400

    Fixed: on_changed_notify_logout.

 gtweak/widgets.py |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/gtweak/widgets.py b/gtweak/widgets.py
index bc2ecf6..c325e09 100644
--- a/gtweak/widgets.py
+++ b/gtweak/widgets.py
@@ -185,12 +185,7 @@ class _GSettingsTweak(Tweak):
             self.settings.connect("changed::%s" % key_name, self._on_changed_notify_logout)
 
     def _on_changed_notify_logout(self, settings, key_name):
-        self.notify_action_required(
-                "Configuration changes require restart",
-                btn="Restart Session",
-                func=None,
-                need_logout=True,
-        )
+        self.notify_logout()
 
 class _DependableMixin(object):
 


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