diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-07-01 02:19:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-07-01 02:19:59 +0800 |
commit | 1b1697630caf05f1831f6d9a1dd5e8c3f3def429 (patch) | |
tree | 278d99b4022571dbafacc6f7aa85a8e447d6bc81 /modules/mail/em-composer-prefs.c | |
parent | be69a3913cac46922111a87e7e813647573de089 (diff) | |
download | gsoc2013-evolution-1b1697630caf05f1831f6d9a1dd5e8c3f3def429.tar.gz gsoc2013-evolution-1b1697630caf05f1831f6d9a1dd5e8c3f3def429.tar.zst gsoc2013-evolution-1b1697630caf05f1831f6d9a1dd5e8c3f3def429.zip |
Bug 652958 - Evolution Account Assistant jumps steps
The GTK+ patch in bug 653705 is also required for the Account Assistant
to work properly under the new GtkAssistant design in GTK+ 3.1.
This commit only deals with sidebar ordering issues.
Diffstat (limited to 'modules/mail/em-composer-prefs.c')
-rw-r--r-- | modules/mail/em-composer-prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mail/em-composer-prefs.c b/modules/mail/em-composer-prefs.c index a3e5bfae7f..39da8544ec 100644 --- a/modules/mail/em-composer-prefs.c +++ b/modules/mail/em-composer-prefs.c @@ -252,6 +252,7 @@ emcp_widget_glade (EConfig *ec, EConfigItem *item, GtkWidget *parent, GtkWidget *old, + gint position, gpointer data) { EMComposerPrefs *prefs = data; |