[gnome-boxes] Add names to more actors for easier debugging



commit c1ebb4c672a09bfefef3116adaa8545813719e99
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Jun 8 11:13:08 2012 +0200

    Add names to more actors for easier debugging
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677713

 src/notificationbar.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/notificationbar.vala b/src/notificationbar.vala
index e9460a4..5343bd2 100644
--- a/src/notificationbar.vala
+++ b/src/notificationbar.vala
@@ -102,6 +102,7 @@ private class Boxes.Notificationbar: GLib.Object {
     private void setup_action_notify () {
         revealer = new Revealer (true);
         revealer.unreveal ();
+        revealer.name = "notificationbar-revealer";
 
         info_bar = new InfoBar ();
         info_bar.get_style_context ().add_class ("osd");
@@ -129,6 +130,7 @@ private class Boxes.Notificationbar: GLib.Object {
         info_bar.show_all ();
 
         gtk_actor = new GtkClutter.Actor.with_contents (info_bar);
+        gtk_actor.name = "notificationbar";
         revealer.add (gtk_actor);
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]