~elementary-pantheon/pantheon-notify/pantheon-notify-trunk

« back to all changes in this revision

Viewing changes to src/pantheon-notify.vala

  • Committer: Tom Beckmann
  • Date: 2012-05-15 15:46:48 UTC
  • Revision ID: tombeckmann@online.de-20120515154648-hhwln2jv52opq57f
Fixed bug #998823

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        this.main_window.show_all ();
43
43
        
44
44
        this.update_input_shape ();
 
45
        
 
46
        Gdk.Screen.get_default ().size_changed.connect ( () => {
 
47
            this.main_window.move (Gdk.Screen.get_default ().width ()-100, 0);
 
48
        });
45
49
    }
46
50
    
47
51
    [DBus (visibility=false)]