vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 93701a5336e07d85daf12ca523f4260589d41bc6 Author: Caolán McNamara <caol...@redhat.com> Date: Fri Jun 19 13:43:56 2015 +0100 gtk3: hacky fpicker button removal needs updating because the gtk3 fpicker puts them in the new header bar are now Change-Id: I78334476b42366ffdc64da9460eb017c8bc61622 (cherry picked from commit 340592693fd419e614df37fb957abb8306456cae) diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx index d47e35d..2de19dc 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx @@ -425,7 +425,7 @@ dialog_remove_buttons( GtkDialog *pDialog ) GtkWidget *pActionArea; #if GTK_CHECK_VERSION(3,0,0) - pActionArea = gtk_dialog_get_action_area( pDialog ); + pActionArea = gtk_dialog_get_header_bar(pDialog); #else pActionArea = pDialog->action_area; #endif
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits