Skip to content

Commit

Permalink
replace wrong call to popovermenu with popover
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias47n9e committed Jul 5, 2015
1 parent 3374e0f commit 43d5b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innstereo/main_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def add_fisher_confidence(signal, entry_conf, tb_fisher, pom_fisher):
self.redraw_plot()

tb_fisher = self.builder.get_object("toolbutton_fisher")
pom_fisher = Gtk.PopoverMenu(relative_to=tb_fisher)
pom_fisher = Gtk.Popover(relative_to=tb_fisher)

lb_fisher = Gtk.ListBox()
pom_fisher.add(lb_fisher)
Expand Down

0 comments on commit 43d5b1b

Please sign in to comment.