]> Pileus Git - ~andy/gtk/commit
tooltip-text and tooltip-markup properties: Interpret an empty string as a
authorMurray Cumming <murrayc@murrayc.com>
Thu, 10 Jul 2008 17:46:25 +0000 (17:46 +0000)
committerMurray Cumming <murrayc@src.gnome.org>
Thu, 10 Jul 2008 17:46:25 +0000 (17:46 +0000)
commit9c16d619b91dfd68a59eca8f99614dd1a55d599c
tree3b76a63b017c1b2ac12402faaf448833dfc3ac82
parent418a348befa8607d0d69a4ffffe5f31fce128578
tooltip-text and tooltip-markup properties: Interpret an empty string as a

2008-07-03  Murray Cumming  <murrayc@murrayc.com>

* gtk/gtkwidget.c (gtk_widget_set_property):  tooltip-text and
tooltip-markup properties: Interpret an empty string as a NULL
string because an empty tooltip is silly. This will help
language bindings that do not bother to have the two types of
empty/null strings.
Bug #541399.

svn path=/trunk/; revision=20814
ChangeLog
gtk/gtkwidget.c