MCPcopy Create free account
hub / github.com/dillo-browser/dillo / Menu_force_https_cb

Function Menu_force_https_cb

src/menu.cc:777–784  ·  view source on GitHub ↗

* Toggle use of force https mode */

Source from the content-addressed store, hash-verified

775 * Toggle use of force https mode
776 */
777static void Menu_force_https_cb(Fl_Widget *wid, void*)
778{
779 Fl_Menu_Item *item = (Fl_Menu_Item*) wid;
780
781 item->flags ^= FL_MENU_VALUE;
782 prefs.http_force_https = item->flags & FL_MENU_VALUE ? 1 : 0;
783 a_UIcmd_repush(popup_bw);
784}
785
786static void Menu_panel_change_cb(Fl_Widget*, void *user_data)
787{

Callers

nothing calls this directly

Calls 1

a_UIcmd_repushFunction · 0.85

Tested by

no test coverage detected