diff options
author | Jasmine Hassan <[email protected]> | 2012-11-07 01:43:35 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-16 09:45:53 +0200 |
commit | aa6696e05a7c2614eccde660bf06554735ace3e2 (patch) | |
tree | 05393e300b17f4f7e3836ae87bb5d1a056e6b77f /src/caja-window.c | |
parent | add2dd8b06d33c6c9cb73b1fdcccf66e81ae2749 (diff) | |
download | caja-aa6696e05a7c2614eccde660bf06554735ace3e2.tar.bz2 caja-aa6696e05a7c2614eccde660bf06554735ace3e2.tar.xz |
[horizontal-splitter] remove, and use a regular GtkPaned instead
The feature it was bringing in (shrink when the paned handle is
double-clicked) is even confusing.
http://git.gnome.org/browse/nautilus/commit/?id=1620bd8a4e4ab1760c5c518dd954a4471645ce87
Diffstat (limited to 'src/caja-window.c')
-rw-r--r-- | src/caja-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/caja-window.c b/src/caja-window.c index 27e2852f..14c5d5c4 100644 --- a/src/caja-window.c +++ b/src/caja-window.c @@ -55,7 +55,6 @@ #include <libcaja-private/caja-file-utilities.h> #include <libcaja-private/caja-file-attributes.h> #include <libcaja-private/caja-global-preferences.h> -#include <libcaja-private/caja-horizontal-splitter.h> #include <libcaja-private/caja-metadata.h> #include <libcaja-private/caja-mime-actions.h> #include <libcaja-private/caja-program-choosing.h> |