aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-06-27 16:51:14 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-06-27 16:51:14 +0800
commite40eebc573fe67ef07208921fd8ebf7ff37ddb31 (patch)
tree38c78a8dc2fc153ef7d70aa5e6d7c3919254cca0
parent372856b5ddafbbfb87c773f8ebec4ce7e7ca63e8 (diff)
downloadgsoc2013-evolution-e40eebc573fe67ef07208921fd8ebf7ff37ddb31.tar
gsoc2013-evolution-e40eebc573fe67ef07208921fd8ebf7ff37ddb31.tar.gz
gsoc2013-evolution-e40eebc573fe67ef07208921fd8ebf7ff37ddb31.tar.bz2
gsoc2013-evolution-e40eebc573fe67ef07208921fd8ebf7ff37ddb31.tar.lz
gsoc2013-evolution-e40eebc573fe67ef07208921fd8ebf7ff37ddb31.tar.xz
gsoc2013-evolution-e40eebc573fe67ef07208921fd8ebf7ff37ddb31.tar.zst
gsoc2013-evolution-e40eebc573fe67ef07208921fd8ebf7ff37ddb31.zip
Fixes #44719
2003-06-25 Rodrigo Moya <rodrigo@ximian.com> Fixes #44719 * gui/alarm-notify/alarm-notify-dialog.c (alarm_notify_dialog): use gtk_window_set_icon_from_file to set the window's icon and implemented the code to make the window sticky with GTK 2.x API. svn path=/trunk/; revision=21557
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b668e39e3b..4d0bacb57a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2003-06-25 Rodrigo Moya <rodrigo@ximian.com>
+
+ Fixes #44719
+
+ * gui/alarm-notify/alarm-notify-dialog.c (alarm_notify_dialog): use
+ gtk_window_set_icon_from_file to set the window's icon and implemented
+ the code to make the window sticky with GTK 2.x API.
+
2003-06-25 Bolian Yin <bolian.yin@sun.com>
Fixes #45275