Fix a typo

This commit is contained in:
Yosef Or Boczko 2013-08-19 20:59:50 +03:00
parent 19be4edbea
commit 6e88b76178

View File

@ -2306,7 +2306,7 @@ gtk_entry_set_property (GObject *object,
case PROP_TABS:
gtk_entry_set_tabs (entry, g_value_get_boxed (value));
break
break;
case PROP_SCROLL_OFFSET:
case PROP_CURSOR_POSITION: