aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-07-01 02:19:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-07-01 02:19:59 +0800
commit1b1697630caf05f1831f6d9a1dd5e8c3f3def429 (patch)
tree278d99b4022571dbafacc6f7aa85a8e447d6bc81 /modules/calendar
parentbe69a3913cac46922111a87e7e813647573de089 (diff)
downloadgsoc2013-evolution-1b1697630caf05f1831f6d9a1dd5e8c3f3def429.tar
gsoc2013-evolution-1b1697630caf05f1831f6d9a1dd5e8c3f3def429.tar.gz
gsoc2013-evolution-1b1697630caf05f1831f6d9a1dd5e8c3f3def429.tar.bz2
gsoc2013-evolution-1b1697630caf05f1831f6d9a1dd5e8c3f3def429.tar.lz
gsoc2013-evolution-1b1697630caf05f1831f6d9a1dd5e8c3f3def429.tar.xz
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/calendar')
-rw-r--r--modules/calendar/e-calendar-preferences.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/calendar/e-calendar-preferences.c b/modules/calendar/e-calendar-preferences.c
index f35c88a6ed..40ba9c7937 100644
--- a/modules/calendar/e-calendar-preferences.c
+++ b/modules/calendar/e-calendar-preferences.c
@@ -158,6 +158,7 @@ calendar_preferences_get_config_widget (EConfig *ec,
EConfigItem *item,
GtkWidget *parent,
GtkWidget *old,
+ gint position,
gpointer data)
{
ECalendarPreferences *preferences = data;