[Xfce4-commits] <midori:master> Add list style select to about:widgets

Christian Dywan noreply at xfce.org
Wed Jul 25 23:06:02 CEST 2012


Updating branch refs/heads/master
         to 16a0f666da326e97612863748e35bc19c8b55ca7 (commit)
       from 6809231e545483c903b3410cc352530b49054b06 (commit)

commit 16a0f666da326e97612863748e35bc19c8b55ca7
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Jul 25 22:37:21 2012 +0200

    Add list style select to about:widgets
    
    See: https://bugs.launchpad.net/midori/+bug/1029059

 midori/midori-view.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index fa534d5..41669ed 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -4420,7 +4420,8 @@ midori_view_set_uri (MidoriView*  view,
                     "<p><input type=\"password\" value=\"demo\"%s>",
                     "<p><input type=\"checkbox\" value=\"demo\"%s> demo",
                     "<p><input type=\"radio\" value=\"demo\"%s> demo",
-                    "<p><select%s><option>foo bar</option><option selected>spam eggs</option>",
+                    "<p><select%s><option>foo bar</option><option selected>spam eggs</option></select>",
+                    "<p><select%s size=\"3\"><option>foo bar</option><option selected>spam eggs</option></select>",
                     "<p><input type=\"file\"%s>",
                     "<p><input type=\"file\" multiple%s>",
                     "<input type=\"button\" value=\"demo\"%s>",


More information about the Xfce4-commits mailing list