Searched refs:ask (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp30 bool ask = prefs->getBool("/dialogs/import/ask"); local
35 // << " ask: " << ask
40 // << " ask: " << !mod->get_param_bool("do_not_ask")
44 if( ask ) {
61 prefs->setBool("/dialogs/import/ask", !mod->get_param_bool("do_not_ask") );
211 "<param name=\"do_not_ask\" _gui-description='" N_("Hide the dialog next time and always apply the same actions.") "' gui-text=\"" N_("Don't ask again") "\" type=\"boolean\" >false</param>\n"
/inkscape/src/extension/
H A Dsystem.cpp101 bool ask = prefs->getBool("/dialogs/import/ask"); local
103 if (!ask && id.compare( "org.inkscape.input.gdkpixbuf") == 0) {

Completed in 16 milliseconds