From dba401f22f4aa533d74bb5429e807fbc3c42ec00 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 23 Nov 2014 11:23:52 +0100 Subject: Gtk3: Silence GtkBox deprecation warnings --- mate-panel/nothing.cP | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mate-panel/nothing.cP') diff --git a/mate-panel/nothing.cP b/mate-panel/nothing.cP index cfb935c5..13d45cc3 100644 --- a/mate-panel/nothing.cP +++ b/mate-panel/nothing.cP @@ -8,6 +8,7 @@ #include #if GTK_CHECK_VERSION (3, 0, 0) #include +#define gtk_vbox_new(X, Y) gtk_box_new(GTK_ORIENTATION_VERTICAL, Y) #endif #include @@ -1571,4 +1572,4 @@ panel_dialog_window_event (GtkWidget *window, return FALSE; } -#endif \ No newline at end of file +#endif -- cgit v1.2.1