Do not apply the set-function for 'show_rate_in_title' on startup

This commit is contained in:
Andrew Resch 2008-12-09 11:04:05 +00:00
parent 34cd3c1e35
commit b142a1eaf9
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class MainWindow(component.Component):
self.vpaned.connect("notify::position", self.on_vpaned_position_event)
self.window.connect("expose-event", self.on_expose_event)
self.config.register_set_function("show_rate_in_title", self._on_set_show_rate_in_title)
self.config.register_set_function("show_rate_in_title", self._on_set_show_rate_in_title, apply_now=False)
if not(self.config["start_in_tray"] and \
self.config["enable_system_tray"]) and not \