diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-04-13 13:48:21 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2016-04-13 13:48:21 +0000 |
| commit | 62468bff6706859d2aaa9d14a23221270f5d3053 (patch) | |
| tree | a483f20ddd74d9016ecda79541907c611e6cc031 /src | |
| parent | text-toolbar: Gtk+ 3 theming #Hackfest2016 (diff) | |
| download | inkscape-62468bff6706859d2aaa9d14a23221270f5d3053.tar.gz inkscape-62468bff6706859d2aaa9d14a23221270f5d3053.zip | |
spw-utilities: Fix gtk_widget_set_margin_* API #Hackfest2016
(bzr r14828)
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/spw-utilities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/spw-utilities.cpp b/src/widgets/spw-utilities.cpp index 89ab76585..5500e1068 100644 --- a/src/widgets/spw-utilities.cpp +++ b/src/widgets/spw-utilities.cpp @@ -94,9 +94,9 @@ spw_label_old(GtkWidget *table, const gchar *label_text, int col, int row) gtk_widget_show (label_widget); #if GTK_CHECK_VERSION(3,0,0) +#if GTK_CHECK_VERSION(3,12,0) gtk_widget_set_margin_start(label_widget, 4); gtk_widget_set_margin_end(label_widget, 4); -#if GTK_CHECK_VERSION(3,12,0) #else gtk_widget_set_margin_left(label_widget, 4); gtk_widget_set_margin_right(label_widget, 4); |
