[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/unx
Caolán McNamara
caolanm at redhat.com
Fri Jun 19 05:45:17 PDT 2015
vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 93701a5336e07d85daf12ca523f4260589d41bc6
Author: Caolán McNamara <caolanm at 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
More information about the Libreoffice-commits
mailing list