Fix bug in settings menu
authorandrei1089 <andrei.mirestean@gmail.com>
Tue, 2 Feb 2010 15:26:21 +0000 (17:26 +0200)
committerandrei1089 <andrei.mirestean@gmail.com>
Tue, 2 Feb 2010 15:26:21 +0000 (17:26 +0200)
pedometer_widget_home.py

index 5dc2cca..ea5f5ad 100644 (file)
@@ -507,7 +507,6 @@ class PedometerHomePlugin(hildondesktop.HomePluginItem):
             widget.client.set_bool(LOGGING, widget.logging)
 
         dialog = gtk.Dialog()
-        dialog.set_transient_for(self)
         dialog.set_title("Settings")
 
         dialog.add_button("OK", gtk.RESPONSE_OK)