[Galago-commits] r2409 - in trunk/notify-daemon-ng: . src
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Tue Jan 10 22:58:01 PST 2006
Author: chipx86
Date: 2006-01-10 22:57:59 -0800 (Tue, 10 Jan 2006)
New Revision: 2409
Modified:
trunk/notify-daemon-ng/ChangeLog
trunk/notify-daemon-ng/src/eggnotificationbubblewidget.c
Log:
Fix another case of C99 usage.
Modified: trunk/notify-daemon-ng/ChangeLog
===================================================================
--- trunk/notify-daemon-ng/ChangeLog 2006-01-11 06:56:38 UTC (rev 2408)
+++ trunk/notify-daemon-ng/ChangeLog 2006-01-11 06:57:59 UTC (rev 2409)
@@ -1,3 +1,8 @@
+Tue Jan 10 22:57:51 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * src/eggnotificationbubblewidget.c:
+ - Fix another case of C99 usage.
+
2006-01-03 John (J5) Palmieri <johnp at redhat.com>
* src/eggnotificationbubblewidget.h (struct _DrawingPipeline):
@@ -17,7 +22,9 @@
to get arrow offsets
(draw_bubble_widget): Take out all calculations from this expose
handler and simply render the precalculated pipeline
-
+
+==================== 0.3.1 ====================
+
2005-12-14 John (J5) Palmieri <johnp at redhat.com>
* Release 0.3.1
Modified: trunk/notify-daemon-ng/src/eggnotificationbubblewidget.c
===================================================================
--- trunk/notify-daemon-ng/src/eggnotificationbubblewidget.c 2006-01-11 06:56:38 UTC (rev 2408)
+++ trunk/notify-daemon-ng/src/eggnotificationbubblewidget.c 2006-01-11 06:57:59 UTC (rev 2409)
@@ -459,9 +459,9 @@
static void
_populate_window (EggNotificationBubbleWidget *bubble_widget)
{
+ GtkWidget *widget;
+
g_return_if_fail (EGG_IS_NOTIFICATION_BUBBLE_WIDGET (bubble_widget));
-
- GtkWidget *widget;
widget = GTK_WIDGET (bubble_widget);
More information about the galago-commits
mailing list