Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/nm/nmclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/nm/nmclient.py b/services/nm/nmclient.py
index 44f56ad..e02a442 100644
--- a/services/nm/nmclient.py
+++ b/services/nm/nmclient.py
@@ -398,7 +398,7 @@ class NMClientApp:
info = self._icon_theme.lookup_icon(name, 75, 0)
if not info or not info.get_filename():
raise RuntimeError
- return gtk.gdk.pixbuf_new_from_file_at_size(info.get_filename(), 75, 75)
+ return gtk.gdk.pixbuf_new_from_file(info.get_filename())
def _load_icons(self):
icons = {}