[rygel/config] HIG: Put the OK button in the end
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel/config] HIG: Put the OK button in the end
- Date: Fri, 24 Apr 2009 12:22:54 -0400 (EDT)
commit c8f3edcd5552e6c8b55008bd3801e0b22a8db178
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Apr 24 16:34:34 2009 +0300
HIG: Put the OK button in the end
---
src/ui/rygel-preferences-dialog.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]