File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
gitlab-extension@infinicode.de Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11const { GObject, St } = imports . gi
22
33const ExtensionUtils = imports . misc . extensionUtils
4- const Util = imports . misc . util
54
65const Me = ExtensionUtils . getCurrentExtension ( )
76
@@ -96,7 +95,7 @@ var SearchBar = GObject.registerClass({
9695 icon_size : 18 ,
9796 onClick : ( ) => {
9897 this . _mainEventHandler . emit ( 'hide-panel' )
99- Util . spawn ( [ 'gnome-shell-extension-prefs' , 'gitlab-extension@infinicode.de' ] )
98+ ExtensionUtils . openPrefs ( ) ;
10099 }
101100 } )
102101
Original file line number Diff line number Diff line change 55 "settings-schema" : " org.gnome.shell.extensions.gitlab" ,
66 "gettext-domain" : " gnome-shell-extension-gitlab" ,
77 "shell-version" : [
8- " 43"
8+ " 43" ,
9+ " 44"
910 ],
1011 "url" : " https://github.com/cinatic/gitlab-extension" ,
1112 "uuid" : " gitlab-extension@infinicode.de" ,
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : gnome-shell-extension-gitlab-extension\n "
1010"Report-Msgid-Bugs-To : fh@infinicode.de\n "
11- "POT-Creation-Date : 2022-04-16 11:24 +0200\n "
11+ "POT-Creation-Date : 2022-04-26 11:27 +0200\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
You can’t perform that action at this time.
0 commit comments