Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mamamedia_modules.py
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-12-18 16:56:00 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-18 17:01:32 (GMT)
commite613ca2924e44688f1629196773fe9d8753fe33d (patch)
treed9ea34ef1dcc6afd81b2f25d3e814fbf6c22938e /mamamedia_modules.py
parenta829c986c4754902b959e40553b0f365acda4e3f (diff)
Initial Gtk3 port.
Diffstat (limited to 'mamamedia_modules.py')
-rw-r--r--mamamedia_modules.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mamamedia_modules.py b/mamamedia_modules.py
index 3b9fdc3..4c31c4a 100644
--- a/mamamedia_modules.py
+++ b/mamamedia_modules.py
@@ -23,8 +23,8 @@ import sys
cwd = os.path.split(__file__)[0]
-import gtk
-theme = gtk.icon_theme_get_default()
+from gi.repository import Gtk
+theme = Gtk.IconTheme.get_default()
if os.path.exists(os.path.join(cwd, 'mmm_modules')):
# We are self contained