diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-30 23:08:33 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-30 23:08:33 +0000 |
| commit | 7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95 (patch) | |
| tree | efe8370f02cbc6114d100c63ebbc24ad30893bcb /src/widgets/font-selector.cpp | |
| parent | gtkmm-3.0 changes for Gtk::Adjustment (diff) | |
| download | inkscape-7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95.tar.gz inkscape-7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95.zip | |
Fix typos in Gtk3 fixes, and fix separator API usage
(bzr r11309)
Diffstat (limited to 'src/widgets/font-selector.cpp')
| -rw-r--r-- | src/widgets/font-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp index ff361a6b8..affc6bed9 100644 --- a/src/widgets/font-selector.cpp +++ b/src/widgets/font-selector.cpp @@ -178,7 +178,7 @@ static void sp_font_selector_init(SPFontSelector *fsel) #if GTK_CHECK_VERSION(3,0,0) GtkWidget *vb = gtk_box_new(GTK_ORIENTATION_VERTICAL, 4); - gtk_box_new(GTK_BOX(vb), FALSE); + gtk_box_set_homogeneous(GTK_BOX(vb), FALSE); #else GtkWidget *vb = gtk_vbox_new(FALSE, 4); #endif |
