~fabianthoma/granite/fix-bug994797

« back to all changes in this revision

Viewing changes to lib/Widgets/PopOver.vala

  • Committer: Cody Garver
  • Date: 2012-04-14 11:25:52 UTC
  • mfrom: (224.1.2 Granite)
  • Revision ID: codygarver@gmail.com-20120414112552-p4p8602btvwik75c
Fix bug #958203

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
    public PopOver()
140
140
    {
141
141
        modal = true;
 
142
        set_role ("popover");
142
143
 
143
144
        hbox = get_content_area() as Gtk.Box;
144
145
        abox = get_action_area() as Gtk.Box;