aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-02-12 08:54:36 +0800
committerHans Petter <hansp@src.gnome.org>2003-02-12 08:54:36 +0800
commit2b010a5021938a9962653dfe541e43e54c4b5c8c (patch)
treeb14454aeaaa0aa75a882ddef98b1a878fc5ccf3e /calendar
parent1bf4369e83df6ebb217e6ce3cb53d6da6ab15f5b (diff)
downloadgsoc2013-evolution-2b010a5021938a9962653dfe541e43e54c4b5c8c.tar
gsoc2013-evolution-2b010a5021938a9962653dfe541e43e54c4b5c8c.tar.gz
gsoc2013-evolution-2b010a5021938a9962653dfe541e43e54c4b5c8c.tar.bz2
gsoc2013-evolution-2b010a5021938a9962653dfe541e43e54c4b5c8c.tar.lz
gsoc2013-evolution-2b010a5021938a9962653dfe541e43e54c4b5c8c.tar.xz
gsoc2013-evolution-2b010a5021938a9962653dfe541e43e54c4b5c8c.tar.zst
gsoc2013-evolution-2b010a5021938a9962653dfe541e43e54c4b5c8c.zip
Don't use gtk_scrolled_window_set_scrollbar_spacing() anymore.
2003-02-11 Hans Petter Jansson <hpj@ximian.com> * gui/e-meeting-time-sel.c (e_meeting_time_selector_construct): Don't use gtk_scrolled_window_set_scrollbar_spacing() anymore. svn path=/trunk/; revision=19888
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/e-meeting-time-sel.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8c36fc332e..1588be665d 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-11 Hans Petter Jansson <hpj@ximian.com>
+
+ * gui/e-meeting-time-sel.c (e_meeting_time_selector_construct):
+ Don't use gtk_scrolled_window_set_scrollbar_spacing() anymore.
+
2003-02-10 Hans Petter Jansson <hpj@ximian.com>
* pcs/cal-backend-file.c (save): Don't try to make an error string
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c
index 399d65d850..7b41074085 100644
--- a/calendar/gui/e-meeting-time-sel.c
+++ b/calendar/gui/e-meeting-time-sel.c
@@ -340,7 +340,6 @@ e_meeting_time_selector_construct (EMeetingTimeSelector * mts, EMeetingModel *em
EVOLUTION_ETSPECDIR "/e-meeting-time-sel.etspec",
filename));
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (mts->etable), GTK_POLICY_NEVER, GTK_POLICY_NEVER);
- gtk_scrolled_window_set_scrollbar_spacing (GTK_SCROLLED_WINDOW (mts->etable), 0);
real_table = e_table_scrolled_get_table (E_TABLE_SCROLLED (mts->etable));
g_signal_connect (real_table->sort_info, "sort_info_changed", G_CALLBACK (sort_info_changed_cb), mts);