[hafqa] [hafqa] [Bug 951] New: gtkhtml has hardcoded double-click threshold

From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.org
Date: Tue Jan 16 10:25:21 EET 2007
https://maemo.org/bugzilla/show_bug.cgi?id=951

           Summary: gtkhtml has hardcoded double-click threshold
           Product: haf
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: jakub.pavelek at nokia.com
        ReportedBy: tommi.komulainen at nokia.com
         QAContact: hafqa at maemo.org


The gtkhtml_text_selection.diff adds a hardcoded check for double-click
threshold using a value different from everyone else. Please use
"gtk-double-click-time" and "gtk-double-click-distance" GtkSettings instead. For
example:

GtkSettings *settings;
gint double_click_distance;

settings = gtk_widget_get_settings (widget);
g_object_get (settings, "gtk-double-click-distance", &double_click_distance, NULL);

-- 
Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

More information about the hafqa mailing list