[gtk+] Fix a typo
- From: Yosef Or Boczko <yoseforb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix a typo
- Date: Mon, 19 Aug 2013 18:03:28 +0000 (UTC)
commit 6e88b7617800dd54f7979de4e019fa8875f90a36
Author: Yosef Or Boczko <yoseforb gmail com>
Date: Mon Aug 19 20:59:50 2013 +0300
Fix a typo
gtk/gtkentry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 0a2c96b..9ed148c 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]