View | Details | Raw Unified | Return to bug 304227
Collapse All | Expand All

(-)printer/src/common/dialogs.ycp (-1 / +1 lines)
Lines 72-78 Link Here
72
	Printerdb::loadFoomaticIfNeeded ();
72
	Printerdb::loadFoomaticIfNeeded ();
73
73
74
        // selection box label
74
        // selection box label
75
	term manufsel = `SelectionBox (`id (`manufsel), `opt (`notify),
75
	term manufsel = `SelectionBox (`id (`manufsel), `opt (`notify, `immediate),
76
	    // selection boc title
76
	    // selection boc title
77
	    _("Manufacturer"),
77
	    _("Manufacturer"),
78
	    maplist (string k, map v, Printerdb::foomatic, ``(
78
	    maplist (string k, map v, Printerdb::foomatic, ``(

Return to bug 304227