diff options
author | Jasmine Hassan <[email protected]> | 2012-10-19 01:41:16 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-16 09:45:51 +0200 |
commit | dd924575b8e1fd4c99acf3c8f3860fc38798f0e8 (patch) | |
tree | f56306127eaada205924099dd72cf227d73becc0 /src/caja-window-slot.h | |
parent | 867bdfb4c9f899358e82d9511300fde541172967 (diff) | |
download | caja-dd924575b8e1fd4c99acf3c8f3860fc38798f0e8.tar.bz2 caja-dd924575b8e1fd4c99acf3c8f3860fc38798f0e8.tar.xz |
[window] call the callback during the location change
http://git.gnome.org/browse/nautilus/commit/?id=adedf859ec47296106f0f0d938e70b32f0120f7c
Diffstat (limited to 'src/caja-window-slot.h')
-rw-r--r-- | src/caja-window-slot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/caja-window-slot.h b/src/caja-window-slot.h index e0e93db9..ea858166 100644 --- a/src/caja-window-slot.h +++ b/src/caja-window-slot.h @@ -109,6 +109,8 @@ struct CajaWindowSlot GCancellable *mount_cancellable; GError *mount_error; gboolean tried_mount; + CajaWindowGoToCallback open_callback; + gpointer open_callback_user_data; GCancellable *find_mount_cancellable; |