diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-06-27 16:51:14 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-06-27 16:51:14 +0800 |
commit | e40eebc573fe67ef07208921fd8ebf7ff37ddb31 (patch) | |
tree | 38c78a8dc2fc153ef7d70aa5e6d7c3919254cca0 /calendar | |
parent | 372856b5ddafbbfb87c773f8ebec4ce7e7ca63e8 (diff) | |
download | gsoc2013-evolution-e40eebc573fe67ef07208921fd8ebf7ff37ddb31.tar.gz 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
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 8 |
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 |