Kaydet (Commit) 34059269 authored tarafından Caolán McNamara's avatar Caolán McNamara

gtk3: hacky fpicker button removal needs updating

because the gtk3 fpicker puts them in the new header bar
are now

Change-Id: I78334476b42366ffdc64da9460eb017c8bc61622
üst b36dbb49
...@@ -425,7 +425,7 @@ dialog_remove_buttons( GtkDialog *pDialog ) ...@@ -425,7 +425,7 @@ dialog_remove_buttons( GtkDialog *pDialog )
GtkWidget *pActionArea; GtkWidget *pActionArea;
#if GTK_CHECK_VERSION(3,0,0) #if GTK_CHECK_VERSION(3,0,0)
pActionArea = gtk_dialog_get_action_area( pDialog ); pActionArea = gtk_dialog_get_header_bar(pDialog);
#else #else
pActionArea = pDialog->action_area; pActionArea = pDialog->action_area;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment