diff options
author | lukefromdc <[email protected]> | 2016-09-05 23:44:09 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-09-05 23:44:09 -0400 |
commit | adabb4340bdcd1fe4dc58614690631bc69937fc5 (patch) | |
tree | 6ee40d5e7bacd4be9cb7231f488aecd56a6574d1 /eel/eel-canvas.c | |
parent | b6dc8005f32c50bb3eb37f8fe17bdebf2f296e81 (diff) | |
download | caja-adabb4340bdcd1fe4dc58614690631bc69937fc5.tar.bz2 caja-adabb4340bdcd1fe4dc58614690631bc69937fc5.tar.xz |
GTK3: fix pathbar pango warnings
Fix gtk_widget_create_pango_layout: assertion 'GTK_IS_WIDGET (widget)' failed warning and those descending from it. This does NOT fix the gtk_widget_set_size_request: assertion 'GTK_IS_WIDGET (widget)' failed, which occurs because recent GTK3 versions warn that button_data is not a GtkWidget but still succeed in setting the size. Since GTK 3.22 will be the LAST version of GTK3 this won't break until GTK4 if ever.
Taking this out caused the pathbar buttons to jump on bold text so it had to be retained
Diffstat (limited to 'eel/eel-canvas.c')
0 files changed, 0 insertions, 0 deletions