Created
June 11, 2015 02:12
-
-
Save lalomartins/59e04f44ee795ccd267e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- window-list~ 2014-10-28 07:08:48.000000000 +0100 | |
+++ window-list 2015-06-11 04:05:44.408806718 +0200 | |
@@ -70,6 +70,7 @@ | |
self.ind = appindicator.Indicator('window-list', | |
APP_NAME, | |
appindicator.CATEGORY_SYSTEM_SERVICES) | |
+ self.ind.set_ordering_index(0xffffffff) | |
self.ind.set_status(appindicator.STATUS_ACTIVE) | |
self.ind.set_icon('window-list') | |
self.ind.set_attention_icon('window-list') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment