Fixes notifications are missing after refactoring

This commit is contained in:
Sophie Herold 2018-06-01 18:51:29 +02:00
parent 4bed8ace95
commit 77fb424cb0
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class Notification:
app.interface.roster.popup_notification_windows.append(instance)
return
scale = app.get_monitor_scale_factor()
scale = gtkgui_helpers.get_monitor_scale_factor()
icon_pixbuf = gtkgui_helpers.gtk_icon_theme.load_icon_for_scale(
icon_name, 48, scale, 0)