Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
7f874a4d
Commit
7f874a4d
authored
Jul 04, 2008
by
Matthias Clasen
Browse files
Fix the getter for text-length
svn path=/trunk/; revision=20768
parent
a46f8f37
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7f874a4d
2008-07-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Fix the property getter for text-length property.
* gtk/gtkaccelgroup.c: Fix default value for modifier-mask property.
2008-07-04 Matthias Clasen <mclasen@redhat.com>
...
...
gtk/gtkentry.c
View file @
7f874a4d
...
...
@@ -1131,7 +1131,7 @@ gtk_entry_get_property (GObject *object,
g_value_set_boolean
(
value
,
entry
->
overwrite_mode
);
break
;
case
PROP_TEXT_LENGTH
:
g_value_set_
boolean
(
value
,
entry
->
text_length
);
g_value_set_
uint
(
value
,
entry
->
text_length
);
break
;
default:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment