TODO with GTKMM_DISABLE_DEPRECATED enabled in ExportFileNotebook

This commit is contained in:
Tim Mayberry 2015-02-28 12:22:59 +10:00
parent 8f5713d78d
commit 6cf00e6095

View File

@ -42,7 +42,9 @@ ExportFileNotebook::ExportFileNotebook () :
new_file_hbox.pack_start (new_file_button, true, true);
append_page (new_file_dummy, new_file_hbox);
#ifndef GTKMM_DISABLE_DEPRECATED
set_tab_label_packing (new_file_dummy, true, true, Gtk::PACK_START);
#endif
new_file_hbox.show_all_children ();
page_change_connection = signal_switch_page().connect (sigc::mem_fun (*this, &ExportFileNotebook::handle_page_change));