Skip to content
Snippets Groups Projects
Commit e7d6a83f authored by nkour's avatar nkour
Browse files

icons --> iconsets {folder} and new invisible for gossip

parent 5f44066b
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
...@@ -737,7 +737,7 @@ class Preferences_window: ...@@ -737,7 +737,7 @@ class Preferences_window:
self.xml.get_widget('merge_checkbutton').set_active(st) self.xml.get_widget('merge_checkbutton').set_active(st)
#iconset #iconset
list_style = os.listdir('plugins/gtkgui/icons/') list_style = os.listdir('plugins/gtkgui/iconsets/')
model = gtk.ListStore(gobject.TYPE_STRING) model = gtk.ListStore(gobject.TYPE_STRING)
self.iconset_combobox.set_model(model) self.iconset_combobox.set_model(model)
l = [] l = []
......
...@@ -895,7 +895,7 @@ class plugin: ...@@ -895,7 +895,7 @@ class plugin:
iconset = self.config['iconset'] iconset = self.config['iconset']
if not iconset: if not iconset:
iconset = 'sun' iconset = 'sun'
path = 'plugins/gtkgui/icons/' + iconset + '/' path = 'plugins/gtkgui/iconsets/' + iconset + '/'
files = [path + 'online.gif', path + 'online.png', path + 'online.xpm'] files = [path + 'online.gif', path + 'online.png', path + 'online.xpm']
pix = None pix = None
for fname in files: for fname in files:
......
plugins/gtkgui/iconsets/gossip/invisible.png

852 B

File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment