|
From: <cre...@us...> - 2007-02-23 18:20:57
|
Revision: 1619
http://svn.sourceforge.net/frontierkernel/?rev=1619&view=rev
Author: creecode
Date: 2007-02-23 10:20:57 -0800 (Fri, 23 Feb 2007)
Log Message:
-----------
formatting tweaks
Modified Paths:
--------------
Frontier/branches/Frontier_Long_File_Paths/Common/source/cancoonpopup.c
Frontier/branches/Frontier_Long_File_Paths/Common/source/claybrowserexpand.c
Modified: Frontier/branches/Frontier_Long_File_Paths/Common/source/cancoonpopup.c
===================================================================
--- Frontier/branches/Frontier_Long_File_Paths/Common/source/cancoonpopup.c 2007-02-23 18:20:35 UTC (rev 1618)
+++ Frontier/branches/Frontier_Long_File_Paths/Common/source/cancoonpopup.c 2007-02-23 18:20:57 UTC (rev 1619)
@@ -147,6 +147,7 @@
copystring ((**hprocess).bsmsg, bs);
else {
+
scriptinstallagent (hnode);
copystring ((ptrstring) "\x01" " ", bs);
Modified: Frontier/branches/Frontier_Long_File_Paths/Common/source/claybrowserexpand.c
===================================================================
--- Frontier/branches/Frontier_Long_File_Paths/Common/source/claybrowserexpand.c 2007-02-23 18:20:35 UTC (rev 1618)
+++ Frontier/branches/Frontier_Long_File_Paths/Common/source/claybrowserexpand.c 2007-02-23 18:20:57 UTC (rev 1619)
@@ -357,7 +357,7 @@
rollbeachball ();
/*insert the new line*/ {
-
+
hdlheadrecord hpre;
tydirection dir;
@@ -365,7 +365,7 @@
browserfindinsertionpoint ( ( *expandinfo ).hparent, handleItem, info, &hpre, &dir );
else
browsercalcinsertionpoint ( ( *expandinfo ).hparent, &hpre, &dir );
-
+
opstartinternalchange (); /*this operation is not undo-able, and mustn't trigger callbacks*/
opdepositnewheadline (hpre, dir, handleItem, &hnew);
@@ -373,14 +373,14 @@
opendinternalchange ();
}
-
+
browsercopyfileinfo (hnew, info);
if ((*expandinfo).flsettmpbits)
(**hnew).tmpbit = true; /*if expand is cancelled, we nuke all nodes with tmp bit set*/
+
+ if ((*info).flfolder) {
- if ((*info).flfolder) {
-
(**hnew).flnodeisfolder = true;
if ((*expandinfo).ctlevels > 1) {
@@ -445,6 +445,7 @@
expandcount = 0; /*for debugging*/
return (clayfolderloop (&fs, false, &browserexpandvisit, (long) &expandinfo));
+
} /*browserexpand*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|