[rygel/config] Dialog should be all visible from the beginning.



commit 9181c45e63683f66501cca9be2843c2b296e5064
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sun Apr 19 17:46:36 2009 +0300

    Dialog should be all visible from the beginning.
---
 src/ui/rygel-preferences.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ui/rygel-preferences.vala b/src/ui/rygel-preferences.vala
index 99f8ed2..8c84da8 100644
--- a/src/ui/rygel-preferences.vala
+++ b/src/ui/rygel-preferences.vala
@@ -29,11 +29,11 @@ public class Rygel.Preferences : Dialog {
         this.add_button (STOCK_OK, ResponseType.ACCEPT);
         this.add_button (STOCK_APPLY, ResponseType.APPLY);
         this.add_button (STOCK_CANCEL, ResponseType.REJECT);
-    }
 
-    public new void run () {
         this.show_all ();
+    }
 
+    public new void run () {
         Gtk.main ();
     }
 



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