NotificationDaemon: fix more fallout
Missing Gtk import for action-icon buttons. https://bugzilla.gnome.org/show_bug.cgi?id=710596
This commit is contained in:
parent
61c5b8e7d2
commit
eb66407926
@ -4,6 +4,7 @@ const Clutter = imports.gi.Clutter;
|
||||
const GdkPixbuf = imports.gi.GdkPixbuf;
|
||||
const Gio = imports.gi.Gio;
|
||||
const GLib = imports.gi.GLib;
|
||||
const Gtk = imports.gi.Gtk;
|
||||
const Lang = imports.lang;
|
||||
const Shell = imports.gi.Shell;
|
||||
const Mainloop = imports.mainloop;
|
||||
|
Loading…
Reference in New Issue
Block a user