diff src/typedefs.h @ 1167:e812b1a7adda

Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
author zas_
date Sat, 22 Nov 2008 16:24:23 +0000
parents 1646720364cf
children 43bfcbb62cd6
line wrap: on
line diff
--- a/src/typedefs.h	Thu Nov 20 17:28:34 2008 +0000
+++ b/src/typedefs.h	Sat Nov 22 16:24:23 2008 +0000
@@ -493,6 +493,8 @@
 	gint thumbs_enabled;
 	gint marks_enabled;
 
+	GtkWidget *back_button;
+
 	/* dir view */
 
 	LayoutLocation dir_location;