aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_account.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-07 10:33:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-07 10:33:54 +0000
commit45bf38953733d74728aba9bc612aca94a95a8df1 (patch)
treec5aee8e05ce6e22c85f4adca5dc8dd9ba24b861d /src/prefs_account.c
parent63cdb916134da20afd79d5a36250daf9d24c1bfd (diff)
made the order of buttons comply with GNOME HIG.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@405 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_account.c')
-rw-r--r--src/prefs_account.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prefs_account.c b/src/prefs_account.c
index 1c243157..90aedd0e 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -38,6 +38,7 @@
#include "prefs.h"
#include "prefs_account.h"
#include "prefs_customheader.h"
+#include "prefs_common.h"
#include "account.h"
#include "mainwindow.h"
#include "manage_window.h"
@@ -632,6 +633,8 @@ PrefsAccount *prefs_account_open(PrefsAccount *ac_prefs)
prefs_account_create();
}
+ gtkut_box_set_reverse_order(GTK_BOX(dialog.confirm_area),
+ !prefs_common.comply_gnome_hig);
manage_window_set_transient(GTK_WINDOW(dialog.window));
gtk_notebook_set_current_page(GTK_NOTEBOOK(dialog.notebook), 0);
gtk_widget_grab_focus(dialog.ok_btn);