summaryrefslogtreecommitdiff
path: root/pluma/pluma-panel.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-19 17:22:45 +0200
committerinfirit <[email protected]>2014-05-19 20:57:49 +0200
commit3fc6d6c429837cdd4ef2d17c2b9f20859187fa93 (patch)
treea94bddbe2b38d7a84517cf44235fb99e53be98fa /pluma/pluma-panel.c
parent36a55c5f8e4a3820a3599c29ff9d7f55e92d6570 (diff)
downloadpluma-3fc6d6c429837cdd4ef2d17c2b9f20859187fa93.tar.bz2
pluma-3fc6d6c429837cdd4ef2d17c2b9f20859187fa93.tar.xz
Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible
Replace functions available in gtk+2 and gtk+3 gdk_window_get_* | since 2.24 gtk_widget_get_allocation | since 2.18 gtk_widget_get_window | since 2.14 gtk_window_get_group | since 2.10 gtk_widget_get_mapped | since 2.20 gtk_widget_get_realized | since 2.20 gdk_window_get_display | since 2.24 Remove deprecated GtkNotebookPage and check.
Diffstat (limited to 'pluma/pluma-panel.c')
-rw-r--r--pluma/pluma-panel.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pluma/pluma-panel.c b/pluma/pluma-panel.c
index d8467a0c..68438b8a 100644
--- a/pluma/pluma-panel.c
+++ b/pluma/pluma-panel.c
@@ -368,11 +368,7 @@ sync_title (PlumaPanel *panel,
static void
notebook_page_changed (GtkNotebook *notebook,
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkWidget *page,
-#else
- GtkNotebookPage *page,
-#endif
guint page_num,
PlumaPanel *panel)
{