Mercurial > pidgin
changeset 30635: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 | 3fad1d9e0bc3 |
children | e7365705f151 |
files | pidgin/minidialog.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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); }