diff options
author | lukefromdc <[email protected]> | 2016-10-14 19:08:08 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2016-10-14 19:08:08 -0400 |
commit | 682877311e273282314ce40fc925209cd719a5af (patch) | |
tree | 1e23e11ab8451341a381c76f9c853b7742d46741 /src/caja-places-sidebar.c | |
parent | c27cc572f8f33bdfbbc3dfea8786d05a1818b910 (diff) | |
parent | a4822f6221c000f4db2a38a8b63e22ff64f6ee7e (diff) | |
download | caja-682877311e273282314ce40fc925209cd719a5af.tar.bz2 caja-682877311e273282314ce40fc925209cd719a5af.tar.xz |
Merge pull request #661 from lukefromdc/dev-gtk2fix-maybe
Fix GTK2 builds
Diffstat (limited to 'src/caja-places-sidebar.c')
-rw-r--r-- | src/caja-places-sidebar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-places-sidebar.c b/src/caja-places-sidebar.c index fff63ea5..a66bbc5c 100644 --- a/src/caja-places-sidebar.c +++ b/src/caja-places-sidebar.c @@ -1895,7 +1895,7 @@ volume_mounted_cb (GVolume *volume, cur = CAJA_WINDOW (sidebar->window); new = caja_application_create_navigation_window (cur->application, -#if ENABLE_LIBUNIQUE == (1) +#if ENABLE_LIBUNIQUE == (TRUE) NULL, #endif gtk_window_get_screen (GTK_WINDOW (cur))); @@ -1980,7 +1980,7 @@ open_selected_bookmark (CajaPlacesSidebar *sidebar, cur = CAJA_WINDOW (sidebar->window); new = caja_application_create_navigation_window (cur->application, -#if ENABLE_LIBUNIQUE == (1) +#if ENABLE_LIBUNIQUE == (TRUE) NULL, #endif gtk_window_get_screen (GTK_WINDOW (cur))); |