← Back to team overview

ayatana-commits team mailing list archive

Re: [Merge] lp:~cimi/indicator-messages/right-rounded-numbers into lp:indicator-messages

 

Something like that:

=== modified file 'src/indicator-messages.c'
--- src/indicator-messages.c	2010-07-29 11:30:48 +0000
+++ src/indicator-messages.c	2010-07-29 11:36:44 +0000
@@ -314,6 +314,8 @@
 	PangoLayout * layout;
 	gint font_size = RIGHT_LABEL_FONT_SIZE;
 
+	if (! GTK_IS_WIDGET (widget)) return;
+
 	/* get style */
 	style = gtk_widget_get_style (widget);

-- 
https://code.launchpad.net/~cimi/indicator-messages/right-rounded-numbers/+merge/31262
Your team ayatana-commits is subscribed to branch lp:indicator-messages.



References