From 6349cd9ab09af9f9cd2a23c19e2cb8254f7651f0 Mon Sep 17 00:00:00 2001 From: John Smith Date: Wed, 4 Jul 2012 22:19:32 +0900 Subject: Fix for 168658 : Font substitution warning dialog - GTK3 compile (bzr r11525) --- src/ui/dialog/font-substitution.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui') diff --git a/src/ui/dialog/font-substitution.cpp b/src/ui/dialog/font-substitution.cpp index b294490a3..086798f19 100644 --- a/src/ui/dialog/font-substitution.cpp +++ b/src/ui/dialog/font-substitution.cpp @@ -101,9 +101,9 @@ FontSubstitution::show(Glib::ustring out, GSList *l) cbWarning->show(); #if GTK_CHECK_VERSION(3,0,0) - Gtk::VBox * box = warning.get_content_area(); + Gtk::Box * box = warning.get_content_area(); #else - Gtk::VBox * box = warning.get_vbox(); + Gtk::Box * box = warning.get_vbox(); #endif box->set_spacing(2); box->pack_start(*scrollwindow, true, true, 4); -- cgit v1.2.3