notifications: make sure text is placed below the icon

This commit is contained in:
Tom Beckmann 2014-08-11 00:36:44 +02:00
parent dc6e1173bb
commit 887c564fe4

View File

@ -198,7 +198,7 @@ namespace Gala.Plugins.Notify
notification_content.set_values (summary, body); notification_content.set_values (summary, body);
content_container.add_child (notification_content); content_container.add_child (notification_content);
add_child (content_container); insert_child_below (content_container, null);
} }
public void update (string summary, string body, Gdk.Pixbuf? icon, int32 expire_timeout, public void update (string summary, string body, Gdk.Pixbuf? icon, int32 expire_timeout,