~ubuntu-branches/ubuntu/precise/bluefish/precise

« back to all changes in this revision

Viewing changes to src/plugin_htmlbar/html_form.c

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert (dale)
  • Date: 2012-03-05 20:52:34 UTC
  • mfrom: (1.1.11) (5.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120305205234-aajrwu047ub7u3b4
Tags: 2.2.2-1
* New upstream release.
  - Fixes various crashes (closes: #656013).
* debian/control (Standards-Version): Bumped to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
523
523
                GList *poplist;
524
524
                const gchar *type2 = (type) ? type : "text";
525
525
                poplist =
526
 
                        list_from_arglist(FALSE, "text", "password", "checkbox", "radio", "submit", "reset", "file",
527
 
                                                          "hidden", "image", "button", NULL);
 
526
                        list_from_arglist(FALSE, "hidden", "text", "search", "tel", "url", "email", "password", "datetime", 
 
527
                                "date", "month", "week", "time", "datetime-local", "number", "range", "color", "checkbox", "radio", 
 
528
                                "file", "submit", "image", "reset", "button" , NULL);
528
529
                dg->combo[0] = combobox_with_popdown(tagvalues[0] ? tagvalues[0] : type2, poplist, 0);
529
530
                g_list_free(poplist);
530
531
        }