diff pidgin/minidialog.c @ 31073:cfcd275dd227

There seems to be a missing break here. I noticed it in the log, but probably not related. Refs #12810.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 27 Oct 2010 00:46:14 +0000
parents c62fac7ada0d
children a8cc50c2279f
line wrap: on
line diff
--- a/pidgin/minidialog.c	Tue Oct 26 18:52:56 2010 +0000
+++ b/pidgin/minidialog.c	Wed Oct 27 00:46:14 2010 +0000
@@ -332,6 +332,7 @@
 			break;
 		case PROP_CUSTOM_ICON:
 			gtk_image_set_from_pixbuf(priv->icon, g_value_get_object(value));
+			break;
 		default:
 			G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
 	}