From: Zeeshan Ali (Khattak) Date: Fri, 24 Apr 2009 13:34:34 +0000 (+0300) Subject: HIG: Put the OK button in the end X-Git-Tag: RYGEL_0_3~174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8f3edcd5552e6c8b55008bd3801e0b22a8db178;p=profile%2Fivi%2Frygel.git HIG: Put the OK button in the end --- diff --git a/src/ui/rygel-preferences-dialog.vala b/src/ui/rygel-preferences-dialog.vala index 434bd62..83e479e 100644 --- a/src/ui/rygel-preferences-dialog.vala +++ b/src/ui/rygel-preferences-dialog.vala @@ -38,9 +38,9 @@ public class Rygel.PreferencesDialog : Dialog { this.vbox.add (this.notebook); - this.add_button (STOCK_OK, ResponseType.ACCEPT); this.add_button (STOCK_APPLY, ResponseType.APPLY); this.add_button (STOCK_CANCEL, ResponseType.REJECT); + this.add_button (STOCK_OK, ResponseType.ACCEPT); this.response += this.on_response;