From 45bf38953733d74728aba9bc612aca94a95a8df1 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 7 Jul 2005 10:33:54 +0000 Subject: made the order of buttons comply with GNOME HIG. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@405 ee746299-78ed-0310-b773-934348b2243d --- src/prefs_account.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/prefs_account.c') 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); -- cgit v1.2.3