aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-config.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-07-01 02:19:59 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:33 +0800
commit51e9cc6057ca5530a498864b0624028882e9e585 (patch)
tree0333f949f899989bd14f5aaf8eac5cc2e2c56f33 /e-util/e-config.h
parente611831568dd79ed64ffc8c2fa267e4dbec957ad (diff)
downloadgsoc2013-evolution-51e9cc6057ca5530a498864b0624028882e9e585.tar
gsoc2013-evolution-51e9cc6057ca5530a498864b0624028882e9e585.tar.gz
gsoc2013-evolution-51e9cc6057ca5530a498864b0624028882e9e585.tar.bz2
gsoc2013-evolution-51e9cc6057ca5530a498864b0624028882e9e585.tar.lz
gsoc2013-evolution-51e9cc6057ca5530a498864b0624028882e9e585.tar.xz
gsoc2013-evolution-51e9cc6057ca5530a498864b0624028882e9e585.tar.zst
gsoc2013-evolution-51e9cc6057ca5530a498864b0624028882e9e585.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 'e-util/e-config.h')
-rw-r--r--e-util/e-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-config.h b/e-util/e-config.h
index 5019acde00..338824ec95 100644
--- a/e-util/e-config.h
+++ b/e-util/e-config.h
@@ -74,6 +74,7 @@ typedef GtkWidget *
EConfigItem *item,
GtkWidget *parent,
GtkWidget *old,
+ gint position,
gpointer data);
/* ok so this is all a bit bogussy
@@ -328,6 +329,7 @@ struct _EConfigHookItemFactoryData {
EConfigTarget *target;
GtkWidget *parent;
GtkWidget *old;
+ gint position;
};
/**