don't forget the label for entry widgets.
2008-02-05 Michael Natterer <mitch@gimp.org> * app/widgets/gimppropwidgets.c (gimp_prop_table_new): don't forget the label for entry widgets. svn path=/trunk/; revision=24815
This commit is contained in:
parent
356b1a87a5
commit
d258d331dc
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-02-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimppropwidgets.c (gimp_prop_table_new): don't forget
|
||||
the label for entry widgets.
|
||||
|
||||
2008-02-05 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
Applied patch from Olof Frahm which makes loading of data
|
||||
|
|
|
|||
|
|
@ -755,6 +755,7 @@ gimp_prop_table_new (GObject *config,
|
|||
if (G_IS_PARAM_SPEC_STRING (pspec))
|
||||
{
|
||||
widget = gimp_prop_entry_new (config, pspec->name, -1);
|
||||
label = g_param_spec_get_nick (pspec);
|
||||
}
|
||||
else if (G_IS_PARAM_SPEC_BOOLEAN (pspec))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue