gnome-commander r2032 - in branches/gcmd-1-3: . src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r2032 - in branches/gcmd-1-3: . src
- Date: Wed, 3 Sep 2008 16:20:24 +0000 (UTC)
Author: epiotr
Date: Wed Sep 3 16:20:24 2008
New Revision: 2032
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2032&view=rev
Log:
Fix for the bug introduced in rev. #1978
Modified:
branches/gcmd-1-3/ChangeLog
branches/gcmd-1-3/src/gnome-cmd-file-selector.cc
Modified: branches/gcmd-1-3/src/gnome-cmd-file-selector.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-selector.cc (original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-selector.cc Wed Sep 3 16:20:24 2008
@@ -100,19 +100,25 @@
inline GnomeCmdFileSelector::Private::Private()
{
+ old_btns = NULL;
+ filter_box = NULL;
active = FALSE;
realized = FALSE;
sel_first_file = TRUE;
cwd = NULL;
lwd = NULL;
connected_dir = NULL;
- old_btns = NULL;
dir_history = NULL;
sym_file = NULL;
con = NULL;
con_open_dialog = NULL;
con_open_dialog_label = NULL;
+ con_open_dialog_pbar = NULL;
con_opening = NULL;
+
+ autoscroll_dir = FALSE;
+ autoscroll_timeout = 0;
+ autoscroll_y = 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]