summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmgaapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgaapplet b/mgaapplet
index bf914258..04e08429 100755
--- a/mgaapplet
+++ b/mgaapplet
@@ -684,7 +684,7 @@ sub setState {
}
else {
$icon_name = "/usr/share/icons/hicolor/scalable/actions/${icon_name}.svg";
- $icon->set_from_pixbuf(gtkcreate_pixbuf($icon_name));
+ $icon->set_from_pixbuf(gtknew('Pixbuf', file => $icon_name, size => 128));
$icon->set_tooltip_text(formatAlaTeX(translate($state{$state}{tt}[0])));
}