Remove comment

This commit is contained in:
bleakgrey 2018-04-18 12:27:51 +03:00
parent c404f4ab65
commit 97120a023c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class Tootle.NotificationWidget : Gtk.Grid {
dismiss_button.clicked.connect (() => {
var parent = this.get_parent () as Gtk.Box;
parent.remove (this);
//dismiss (this.notification);
dismiss (this.notification);
});
attach(image, 1, 2);