summaryrefslogtreecommitdiff
path: root/src/caja-information-panel.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-05-31 18:08:45 +0300
committermonsta <[email protected]>2016-05-31 18:08:45 +0300
commit64cc5f2eaaaf1f27a41f900113edde77ceb1210d (patch)
treea5ad8389d385fd4d15652d7407054fd5e6ef5934 /src/caja-information-panel.c
parentabec93de17fb483764ab27c5c781204cef561261 (diff)
downloadcaja-64cc5f2eaaaf1f27a41f900113edde77ceb1210d.tar.bz2
caja-64cc5f2eaaaf1f27a41f900113edde77ceb1210d.tar.xz
GTK+2: fix build errors after last commits
Diffstat (limited to 'src/caja-information-panel.c')
-rw-r--r--src/caja-information-panel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/caja-information-panel.c b/src/caja-information-panel.c
index ec4e6964..fa4632d0 100644
--- a/src/caja-information-panel.c
+++ b/src/caja-information-panel.c
@@ -210,7 +210,11 @@ caja_information_panel_class_init (CajaInformationPanelClass *klass)
widget_class->drag_data_received = caja_information_panel_drag_data_received;
widget_class->button_press_event = caja_information_panel_press_event;
+#if GTK_CHECK_VERSION (3, 0, 0)
widget_class->style_updated = caja_information_panel_style_updated;
+#else
+ widget_class->style_set = caja_information_panel_style_set;
+#endif
/* add the "location changed" signal */
signals[LOCATION_CHANGED] = g_signal_new