Changeset 2880
- Timestamp:
- 07/26/06 23:49:30
- Files:
-
- trunk/notification-daemon/AUTHORS (modified) (1 diff)
- trunk/notification-daemon/ChangeLog (modified) (1 diff)
- trunk/notification-daemon/NEWS (modified) (1 diff)
- trunk/notification-daemon/src/daemon.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/notification-daemon/AUTHORS
r2879 r2880 6 6 Rodney Dawes <dobey@novell.com> 7 7 felix@hsgheli.de 8 Ed Catmur <ed@catmur.co.uk> 8 9 9 10 Translators: trunk/notification-daemon/ChangeLog
r2879 r2880 1 Wed Jul 26 23:44:24 PDT 2006 Christian Hammond <chipx86@chipx86.com> 2 3 * NEWS: 4 * src/daemon.c: 5 - Patch by Ed Catmur to fix an assertion failure when destroying a 6 notification caused by gtk_widget_realize() being called somewhere 7 in the destructor chain. This closes ticket #77. 8 1 9 Thu Jul 13 00:50:05 PDT 2006 Christian Hammond <chipx86@chipx86.com> 2 10 trunk/notification-daemon/NEWS
r2879 r2880 5 5 * Fixed a crash under some icon themes where the base size of an icon 6 6 was being returned as 0. (Bug #61) 7 * Fixed an assertion failure under newer versions of GTK+ during a 8 notification's destruction. Patch by Ed Catmur. (Bug #77) 7 9 * Added a Dutch translation from Wouter Bolsterlee. (Bug #55) 8 10 trunk/notification-daemon/src/daemon.c
r2879 r2880 717 717 remove_link); 718 718 } 719 720 if (GTK_WIDGET_REALIZED(GTK_WIDGET(nw))) 721 gtk_widget_unrealize(GTK_WIDGET(nw)); 719 722 } 720 723
