Skip to content

Commit ee43cc4

Browse files
authored
wrong app id in calc search provider example (#13249)
1 parent 321506a commit ee43cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/search-providers-examples/[email protected]/search_provider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function perform_search(pattern){
1212

1313
let awns = (Math.round(solution * 10000) / 10000).toString();
1414
if (awns != pattern) {
15-
let default_icon_app = Cinnamon.AppSystem.get_default().lookup_app("galculator.desktop");
15+
let default_icon_app = Cinnamon.AppSystem.get_default().lookup_app("org.gnome.Calculator.desktop");
1616
let result = {
1717
id: awns,
1818
label: _("Solution: %s").format(awns),

0 commit comments

Comments
 (0)