Skip to content

Commit

Permalink
Remove reference to glade
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonku committed Apr 24, 2016
1 parent 440808b commit 17552ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Popup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ use constant TYPE_TEXT => 1;
use constant TYPE_HTML => 2; # spreadsheet programs should understand HTML tables


#NOTE: we store the dialog's gladexml, not the actual widget
#NOTE: we store the dialog's xml, not the actual widget
my %g_dialogs; # Maps cell -> dialog

my $g_reuse_dlg; # Dialog to be reused next
Expand Down
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Tabs/Labels.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sub new {
$self->set_default_params;


# Load _new_ widgets from glade
# Load _new_ widgets from Gtk Builder
# (we can have many Analysis tabs open, for example. These have a different object/widgets)
$self->{xmlPage} = Gtk2::Builder->new();
$self->{xmlPage}->add_from_file($self->{gui}->get_gtk_ui_file('hboxLabelsPage.ui'));
Expand Down

0 comments on commit 17552ca

Please sign in to comment.