diff options
author | Arx Cruz <arxcruz@src.gnome.org> | 2011-07-19 14:33:28 -0300 |
---|---|---|
committer | Arx Cruz <arxcruz@src.gnome.org> | 2011-07-19 14:39:05 -0300 |
commit | 1d339e29a782de8962379652635c9ee42988d99c (patch) | |
tree | e371539ef66a0403fc78147180d160c923c441bb /src/zenity.ui | |
parent | 239fc66928c41ffd0ebaa88cfcd05ff114028895 (diff) | |
download | zenity-1d339e29a782de8962379652635c9ee42988d99c.tar.gz |
Enable html support in --text-info option. This fix bug #598655, thanks for the work from Francis Meyvis francis.meyvis at gmail dot com. Two new options in --text-info: * --html - enable HTML support. * --url - load an url
If you need to load a local html file, you can use --filename=patch/to/html.
Examples:
* zenity --text-info --html --filename=file.html
* zenity --text-info --html --url=www.gnome.org
Zenity will add http:// if isn't declared in --url
Diffstat (limited to 'src/zenity.ui')
-rw-r--r-- | src/zenity.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenity.ui b/src/zenity.ui index 07aa51a..cd955b2 100644 --- a/src/zenity.ui +++ b/src/zenity.ui @@ -892,7 +892,7 @@ <property name="can_focus">False</property> <property name="border_width">5</property> <child> - <object class="GtkScrolledWindow" id="scrolledwindow1"> + <object class="GtkScrolledWindow" id="zenity_text_scrolled_window"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">etched-in</property> |