~midori/midori/innernodeselect

« back to all changes in this revision

Viewing changes to extensions/statusbar-features.c

  • Committer: Tarmac
  • Author(s): Paweł Forysiuk, Christian Dywan
  • Date: 2013-11-05 18:00:59 UTC
  • mfrom: (6448.1.33 less-warnings)
  • Revision ID: tarmac-20131105180059-dypdrl07lyejesr3
Resolve compiler warnings in current trunk

Add EXTRA_WARNINGS flag to increase verbosity
Respect VALAC for the Vala compiler if defined
Sort out Vala 0.16 build issues
Make warnings fatal for bzr builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    else if (!strcmp (property, "zoom-level"))
127
127
    {
128
128
        MidoriBrowser* browser = midori_browser_get_for_widget (toolbar);
129
 
        gint i;
 
129
        guint i;
130
130
        button = gtk_combo_box_text_new_with_entry ();
131
131
        gtk_entry_set_width_chars (GTK_ENTRY (gtk_bin_get_child (GTK_BIN (button))), 4);
132
132
        for (i = 0; i < G_N_ELEMENTS (zoom_levels); i++)