aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-10-26 00:18:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-10-26 00:18:27 +0800
commit13d765e074638ec173a17138474634f274d04a3d (patch)
treeae63441f73363464ce42c43ef64f47cdb239f39d /modules
parent9009fc58c48a7f415687076577c1598182c18e75 (diff)
downloadgsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar.gz
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar.bz2
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar.lz
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar.xz
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar.zst
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.zip
Remove e_source_selector_set_select_new().
Sets a flag that's no longer used internally by ESourceSelector.
Diffstat (limited to 'modules')
-rw-r--r--modules/calendar/e-cal-shell-sidebar.c1
-rw-r--r--modules/calendar/e-memo-shell-sidebar.c1
-rw-r--r--modules/calendar/e-task-shell-sidebar.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c
index ff8bc955e9..2ba2711a0b 100644
--- a/modules/calendar/e-cal-shell-sidebar.c
+++ b/modules/calendar/e-cal-shell-sidebar.c
@@ -585,7 +585,6 @@ cal_shell_sidebar_constructed (GObject *object)
client_cache = e_shell_get_client_cache (shell);
widget = e_calendar_selector_new (client_cache, shell_view);
- e_source_selector_set_select_new (E_SOURCE_SELECTOR (widget), TRUE);
gtk_container_add (GTK_CONTAINER (container), widget);
a11y = gtk_widget_get_accessible (widget);
atk_object_set_name (a11y, _("Calendar Selector"));
diff --git a/modules/calendar/e-memo-shell-sidebar.c b/modules/calendar/e-memo-shell-sidebar.c
index eeab5f53b5..b7ec597f02 100644
--- a/modules/calendar/e-memo-shell-sidebar.c
+++ b/modules/calendar/e-memo-shell-sidebar.c
@@ -541,7 +541,6 @@ memo_shell_sidebar_constructed (GObject *object)
client_cache = e_shell_get_client_cache (shell);
widget = e_memo_list_selector_new (client_cache, shell_view);
- e_source_selector_set_select_new (E_SOURCE_SELECTOR (widget), TRUE);
gtk_container_add (container, widget);
a11y = gtk_widget_get_accessible (widget);
atk_object_set_name (a11y, _("Memo List Selector"));
diff --git a/modules/calendar/e-task-shell-sidebar.c b/modules/calendar/e-task-shell-sidebar.c
index f1837f82cf..fb69c37cd3 100644
--- a/modules/calendar/e-task-shell-sidebar.c
+++ b/modules/calendar/e-task-shell-sidebar.c
@@ -541,7 +541,6 @@ task_shell_sidebar_constructed (GObject *object)
client_cache = e_shell_get_client_cache (shell);
widget = e_task_list_selector_new (client_cache, shell_view);
- e_source_selector_set_select_new (E_SOURCE_SELECTOR (widget), TRUE);
gtk_container_add (container, widget);
a11y = gtk_widget_get_accessible (widget);
atk_object_set_name (a11y, _("Task List Selector"));