[Webkit-unassigned] [Bug 71568] [GTK] Add a way to change web view settings in MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 2 05:09:10 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=71568





--- Comment #12 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-01-02 05:09:10 PST ---
(In reply to comment #11)
> (In reply to comment #10)
> 
> > >> Tools/MiniBrowser/gtk/BrowserCellRendererVariant.c:186
> > >> +    if (errno || value > gtk_adjustment_get_upper(adjustment) || value < gtk_adjustment_get_lower(adjustment) || endPtr == newText)
> > > 
> > > Maybe it'd be good to emit a warning in this case?
> > 
> > You mean g_warning()?
> > 
> 
> Yes I was think about g_warning() :)

Ah, ok, I'll add the g_warning() then.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list