Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nekk
gajim-plugins
Commits
1e25d254
Commit
1e25d254
authored
Dec 21, 2017
by
Philipp Hörist
Browse files
[appindicator] Use better icons
Fixes #250
parent
33eb0ae4
Changes
2
Hide whitespace changes
Inline
Side-by-side
appindicator_integration/manifest.ini
View file @
1e25d254
[info]
name:
Appindicator
integration
short_name:
appindicator_integration
version:
0.1.
6
version:
0.1.
7
description:
This
plugin
integrates
Gajim
with
the
appindicator.
You
must
have
python-appindicator
(and
Gajim
obviously)
installed
to
enable
this
plugin.<br/>
Rewriten
from
Ubuntu
Ayatana
Integration
plugin
homepage:
http://trac-plugins.gajim.org/wiki/AppindicatorSupportPlugin
...
...
appindicator_integration/plugin.py
View file @
1e25d254
...
...
@@ -46,9 +46,9 @@ class AppindicatorIntegrationPlugin(GajimPlugin):
self
.
events
=
{}
self
.
attention_icon
=
"
tray-message
"
self
.
online_icon
=
"
tray-onlin
e"
self
.
offline_icon
=
"
tray
-offline"
self
.
attention_icon
=
"
mail-unread
"
self
.
online_icon
=
"
user-availabl
e"
self
.
offline_icon
=
"
user
-offline"
self
.
connected
=
0
self
.
connect_menu_item
=
gtk
.
MenuItem
(
'Connect'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment