aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-08-24 03:39:13 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-08-24 03:39:13 +0800
commit71a3634f8bf2e1e844e1fcdd4db38c1ccda6c284 (patch)
tree3a544ec7345b8136b182c274439fd1695c01187a
parent79fee8f3f0712347089eeb692f45891ff910a966 (diff)
downloadgsoc2013-evolution-71a3634f8bf2e1e844e1fcdd4db38c1ccda6c284.tar
gsoc2013-evolution-71a3634f8bf2e1e844e1fcdd4db38c1ccda6c284.tar.gz
gsoc2013-evolution-71a3634f8bf2e1e844e1fcdd4db38c1ccda6c284.tar.bz2
gsoc2013-evolution-71a3634f8bf2e1e844e1fcdd4db38c1ccda6c284.tar.lz
gsoc2013-evolution-71a3634f8bf2e1e844e1fcdd4db38c1ccda6c284.tar.xz
gsoc2013-evolution-71a3634f8bf2e1e844e1fcdd4db38c1ccda6c284.tar.zst
gsoc2013-evolution-71a3634f8bf2e1e844e1fcdd4db38c1ccda6c284.zip
Make the description scrolled window scroll policy "automatic" rather than
2004-08-13 Jeffrey Stedfast <fejj@novell.com> * gui/dialogs/event-page.glade: Make the description scrolled window scroll policy "automatic" rather than "never". Fixes bug #62063. svn path=/trunk/; revision=26998
-rw-r--r--calendar/ChangeLog32
-rw-r--r--calendar/gui/dialogs/event-page.glade2
2 files changed, 20 insertions, 14 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index aaae28ea0f..4986cf933e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-13 Jeffrey Stedfast <fejj@novell.com>
+
+ * gui/dialogs/event-page.glade: Make the description scrolled
+ window scroll policy "automatic" rather than "never". Fixes bug
+ #62063.
+
2004-08-18 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/alarm-notify/alarm-notify.c (alarm-notify_init) :
@@ -24,22 +30,22 @@
alarm_notify_add_calendar to take Esource instead of uri
* gui/alarm-notify/alarm-notify.c (alarm_notify_add_calendar) :
- use auth_new_cal_from_source instead of _from_uri to create cal client
- also do not try to load the cal backend which require auth and for which
- there is no password availble in e-password seesion
- (list_changed_cb) (load_calendars) : pass Esource insted of uri
- to alarm_notify_add_calendar
+ use auth_new_cal_from_source instead of _from_uri to create cal
+ client also do not try to load the cal backend which require auth
+ and for which there is no password availble in e-password seesion
+ (list_changed_cb) (load_calendars) : pass Esource insted of uri to
+ alarm_notify_add_calendar
2004-08-14 Sivaiah Nallagatla <snallagatla@novell.com>
- * gui/e-tasks.c (e_tasks_init) : initialize priv->default_lcient
- (default_client_cal_opened_cb) : unref priv->default_client
- and make it NULL
- (client_cal_opened_cb) : don't unref client
- explicitly as removing from priv->clients already does that.
- Remove client based on uid instead of uri
- (backend_died_cb) : Remove client based on uid insted of uri
- Fixes #62869
+ * gui/e-tasks.c (e_tasks_init) : initialize priv->default_lcient
+ (default_client_cal_opened_cb) : unref priv->default_client and
+ make it NULL
+ (client_cal_opened_cb) : don't unref client explicitly as removing
+ from priv->clients already does that. Remove client based on uid
+ instead of uri
+ (backend_died_cb) : Remove client based on uid insted of uri Fixes
+ #62869
2004-08-12 JP Rosevear <jpr@ximian.com>
diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/event-page.glade
index 24bc132c00..efa8dd4ef6 100644
--- a/calendar/gui/dialogs/event-page.glade
+++ b/calendar/gui/dialogs/event-page.glade
@@ -175,7 +175,7 @@
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow12">
<property name="visible">True</property>
- <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>