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
This commit is contained in:
Rodrigo Moya
2003-06-27 08:51:14 +00:00
committed by Rodrigo Moya
parent 372856b5dd
commit e40eebc573
+8
View File
@@ -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