gnome-commander r2487 - in branches/gcmd-1-3/src: . dialogs intviewer tags



Author: epiotr
Date: Wed Mar 11 22:25:11 2009
New Revision: 2487
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2487&view=rev

Log:
Code cleanup

Modified:
   branches/gcmd-1-3/src/cap.cc
   branches/gcmd-1-3/src/dialogs/gnome-cmd-advrename-regex-dialog.cc
   branches/gcmd-1-3/src/dirlist.cc
   branches/gcmd-1-3/src/eggcellrendererkeys.cc
   branches/gcmd-1-3/src/gnome-cmd-about-plugin.cc
   branches/gcmd-1-3/src/gnome-cmd-app.cc
   branches/gcmd-1-3/src/gnome-cmd-chmod-component.cc
   branches/gcmd-1-3/src/gnome-cmd-chmod-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-chown-component.cc
   branches/gcmd-1-3/src/gnome-cmd-chown-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-clist.cc
   branches/gcmd-1-3/src/gnome-cmd-combo.cc
   branches/gcmd-1-3/src/gnome-cmd-con-device.cc
   branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc
   branches/gcmd-1-3/src/gnome-cmd-con-home.cc
   branches/gcmd-1-3/src/gnome-cmd-con-list.cc
   branches/gcmd-1-3/src/gnome-cmd-con-smb.cc
   branches/gcmd-1-3/src/gnome-cmd-con.cc
   branches/gcmd-1-3/src/gnome-cmd-data.cc
   branches/gcmd-1-3/src/gnome-cmd-delete-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-dir-indicator.cc
   branches/gcmd-1-3/src/gnome-cmd-dir.cc
   branches/gcmd-1-3/src/gnome-cmd-file-collection.cc
   branches/gcmd-1-3/src/gnome-cmd-file-list.cc
   branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc
   branches/gcmd-1-3/src/gnome-cmd-file-props-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-file-selector.cc
   branches/gcmd-1-3/src/gnome-cmd-file.cc
   branches/gcmd-1-3/src/gnome-cmd-hintbox.cc
   branches/gcmd-1-3/src/gnome-cmd-list-popmenu.cc
   branches/gcmd-1-3/src/gnome-cmd-main-menu.cc
   branches/gcmd-1-3/src/gnome-cmd-main-win.cc
   branches/gcmd-1-3/src/gnome-cmd-make-copy-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-menu-button.cc
   branches/gcmd-1-3/src/gnome-cmd-mkdir-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-options-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-path.cc
   branches/gcmd-1-3/src/gnome-cmd-patternsel-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-pixmap.cc
   branches/gcmd-1-3/src/gnome-cmd-plain-path.cc
   branches/gcmd-1-3/src/gnome-cmd-prepare-copy-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-prepare-move-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-prepare-xfer-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-python-plugin.cc
   branches/gcmd-1-3/src/gnome-cmd-quicksearch-popup.cc
   branches/gcmd-1-3/src/gnome-cmd-remote-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-rename-dialog.cc
   branches/gcmd-1-3/src/gnome-cmd-smb-auth.cc
   branches/gcmd-1-3/src/gnome-cmd-smb-net.cc
   branches/gcmd-1-3/src/gnome-cmd-smb-path.cc
   branches/gcmd-1-3/src/gnome-cmd-style.cc
   branches/gcmd-1-3/src/gnome-cmd-treeview.cc
   branches/gcmd-1-3/src/gnome-cmd-xfer-progress-win.cc
   branches/gcmd-1-3/src/gnome-cmd-xfer.cc
   branches/gcmd-1-3/src/history.cc
   branches/gcmd-1-3/src/imageloader.cc
   branches/gcmd-1-3/src/intviewer/bm_byte.cc
   branches/gcmd-1-3/src/intviewer/bm_chartype.cc
   branches/gcmd-1-3/src/intviewer/datapresentation.cc
   branches/gcmd-1-3/src/intviewer/fileops.cc
   branches/gcmd-1-3/src/intviewer/image-render.cc
   branches/gcmd-1-3/src/intviewer/inputmodes.cc
   branches/gcmd-1-3/src/intviewer/scroll-box.cc
   branches/gcmd-1-3/src/intviewer/search-dlg.cc
   branches/gcmd-1-3/src/intviewer/search-progress-dlg.cc
   branches/gcmd-1-3/src/intviewer/searcher.cc
   branches/gcmd-1-3/src/intviewer/text-render.cc
   branches/gcmd-1-3/src/intviewer/viewer-utils.cc
   branches/gcmd-1-3/src/intviewer/viewer-window.cc
   branches/gcmd-1-3/src/ls_colors.cc
   branches/gcmd-1-3/src/owner.cc
   branches/gcmd-1-3/src/plugin_manager.cc
   branches/gcmd-1-3/src/tags/gnome-cmd-tags-poppler.cc
   branches/gcmd-1-3/src/tags/gnome-cmd-tags-taglib.cc
   branches/gcmd-1-3/src/utils.cc

Modified: branches/gcmd-1-3/src/cap.cc
==============================================================================
--- branches/gcmd-1-3/src/cap.cc	(original)
+++ branches/gcmd-1-3/src/cap.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "cap.h"
 #include "gnome-cmd-xfer.h"

Modified: branches/gcmd-1-3/src/dialogs/gnome-cmd-advrename-regex-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/dialogs/gnome-cmd-advrename-regex-dialog.cc	(original)
+++ branches/gcmd-1-3/src/dialogs/gnome-cmd-advrename-regex-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -20,6 +20,7 @@
 
 #include <config.h>
 #include <regex.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-advrename-regex-dialog.h"
 #include "gnome-cmd-advrename-dialog.h"

Modified: branches/gcmd-1-3/src/dirlist.cc
==============================================================================
--- branches/gcmd-1-3/src/dirlist.cc	(original)
+++ branches/gcmd-1-3/src/dirlist.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "dirlist.h"
 #include "gnome-cmd-data.h"

Modified: branches/gcmd-1-3/src/eggcellrendererkeys.cc
==============================================================================
--- branches/gcmd-1-3/src/eggcellrendererkeys.cc	(original)
+++ branches/gcmd-1-3/src/eggcellrendererkeys.cc	Wed Mar 11 22:25:11 2009
@@ -40,8 +40,9 @@
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>
 #include <gdk/gdkkeysyms.h>
-#include "eggcellrendererkeys.h"
+
 #include "gnome-cmd-includes.h"
+#include "eggcellrendererkeys.h"
 #include "utils.h"
 
 #define EGG_CELL_RENDERER_TEXT_PATH "egg-cell-renderer-text"

Modified: branches/gcmd-1-3/src/gnome-cmd-about-plugin.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-about-plugin.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-about-plugin.cc	Wed Mar 11 22:25:11 2009
@@ -27,6 +27,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-about-plugin.h"
 

Modified: branches/gcmd-1-3/src/gnome-cmd-app.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-app.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-app.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-app.h"
 

Modified: branches/gcmd-1-3/src/gnome-cmd-chmod-component.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-chmod-component.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-chmod-component.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-chmod-component.h"
 #include "utils.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-chmod-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-chmod-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-chmod-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -22,6 +22,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <errno.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-chmod-dialog.h"
 #include "gnome-cmd-chmod-component.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-chown-component.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-chown-component.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-chown-component.cc	Wed Mar 11 22:25:11 2009
@@ -22,6 +22,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <errno.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-chown-component.h"
 #include "owner.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-chown-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-chown-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-chown-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -22,6 +22,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <errno.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-chown-dialog.h"
 #include "gnome-cmd-chown-component.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-clist.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-clist.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-clist.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-clist.h"
 #include "gnome-cmd-data.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-combo.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-combo.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-combo.cc	Wed Mar 11 22:25:11 2009
@@ -30,6 +30,7 @@
  */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-combo.h"
 #include "gnome-cmd-style.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-con-device.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-con-device.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-con-device.cc	Wed Mar 11 22:25:11 2009
@@ -23,6 +23,7 @@
 #include <sys/wait.h>
 #include <libgnomevfs/gnome-vfs.h>
 #include <libgnomevfs/gnome-vfs-volume.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-data.h"
 #include "gnome-cmd-con-device.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-data.h"
 #include "gnome-cmd-con-ftp.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-con-home.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-con-home.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-con-home.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-data.h"
 #include "gnome-cmd-con-home.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-con-list.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-con-list.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-con-list.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-con-home.h"
 #include "gnome-cmd-con-smb.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-con-smb.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-con-smb.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-con-smb.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-data.h"
 #include "gnome-cmd-con-smb.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-con.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-con.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-con.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-data.h"
 #include "gnome-cmd-con.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-data.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-data.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-data.cc	Wed Mar 11 22:25:11 2009
@@ -22,6 +22,7 @@
 #include <libgnomevfs/gnome-vfs.h>
 #include <libgnomevfs/gnome-vfs-volume-monitor.h>
 #include <libgnomevfs/gnome-vfs-volume.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-data.h"
 #include "gnome-cmd-file-selector.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-delete-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-delete-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-delete-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-data.h"
 #include "gnome-cmd-dir.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-dir-indicator.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-dir-indicator.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-dir-indicator.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-dir-indicator.h"
 #include "gnome-cmd-style.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-dir.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-dir.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-dir.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-dir.h"
 #include "gnome-cmd-file.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-file-collection.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-collection.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-collection.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-file-collection.h"
 

Modified: branches/gcmd-1-3/src/gnome-cmd-file-list.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-list.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-list.cc	Wed Mar 11 22:25:11 2009
@@ -20,6 +20,7 @@
 
 #include <config.h>
 #include <regex.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-file-selector.h"
 #include "gnome-cmd-file-list.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-file-popmenu.h"
 #include "gnome-cmd-file.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-file-props-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-props-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-props-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -20,6 +20,7 @@
 
 #include <config.h>
 #include <libgnomevfs/gnome-vfs-mime-monitor.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-dir.h"
 #include "gnome-cmd-file-selector.h"

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 Mar 11 22:25:11 2009
@@ -22,6 +22,7 @@
 #include <sys/types.h>
 #include <regex.h>
 #include <errno.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-file-selector.h"
 #include "gnome-cmd-dir.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-file.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file.cc	Wed Mar 11 22:25:11 2009
@@ -20,6 +20,7 @@
 
 #include <config.h>
 #include <errno.h>
+
 #include "gnome-cmd-includes.h"
 #include "utils.h"
 #include "owner.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-hintbox.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-hintbox.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-hintbox.cc	Wed Mar 11 22:25:11 2009
@@ -40,8 +40,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include <gtk/gtk.h>
 #include <config.h>
+#include <gtk/gtk.h>
 
 #include "gnome-cmd-hintbox.h"
 

Modified: branches/gcmd-1-3/src/gnome-cmd-list-popmenu.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-list-popmenu.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-list-popmenu.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-list-popmenu.h"
 #include "gnome-cmd-file-selector.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-main-menu.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-main-menu.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-main-menu.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-main-menu.h"
 #include "gnome-cmd-types.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-main-win.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-main-win.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-main-win.cc	Wed Mar 11 22:25:11 2009
@@ -22,6 +22,7 @@
 #include <sys/wait.h>
 #include <sys/types.h>
 #include <unistd.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-cmdline.h"
 #include "gnome-cmd-file-selector.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-make-copy-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-make-copy-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-make-copy-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-make-copy-dialog.h"
 #include "gnome-cmd-main-win.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-menu-button.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-menu-button.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-menu-button.cc	Wed Mar 11 22:25:11 2009
@@ -18,8 +18,8 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 */
 
-#include <gtk/gtk.h>
 #include <config.h>
+#include <gtk/gtk.h>
 
 #include "gnome-cmd-menu-button.h"
 

Modified: branches/gcmd-1-3/src/gnome-cmd-mkdir-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-mkdir-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-mkdir-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-mkdir-dialog.h"
 #include "gnome-cmd-dir.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-options-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-options-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-options-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-options-dialog.h"
 #include "gnome-cmd-data.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-path.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-path.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-path.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-path.h"
 

Modified: branches/gcmd-1-3/src/gnome-cmd-patternsel-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-patternsel-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-patternsel-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-data.h"
 #include "gnome-cmd-patternsel-dialog.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-pixmap.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-pixmap.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-pixmap.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-pixmap.h"
 

Modified: branches/gcmd-1-3/src/gnome-cmd-plain-path.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-plain-path.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-plain-path.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-plain-path.h"
 

Modified: branches/gcmd-1-3/src/gnome-cmd-prepare-copy-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-prepare-copy-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-prepare-copy-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-prepare-copy-dialog.h"
 #include "gnome-cmd-prepare-xfer-dialog.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-prepare-move-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-prepare-move-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-prepare-move-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-prepare-move-dialog.h"
 #include "gnome-cmd-prepare-xfer-dialog.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-prepare-xfer-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-prepare-xfer-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-prepare-xfer-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-prepare-xfer-dialog.h"
 #include "gnome-cmd-dir.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-python-plugin.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-python-plugin.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-python-plugin.cc	Wed Mar 11 22:25:11 2009
@@ -18,11 +18,12 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 */
 
+#include <config.h>
 #include <Python.h>
 #include <glib/gprintf.h>
 #include <gdk/gdkx.h>
 #include <dirent.h>
-#include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-file.h"
 #include "gnome-cmd-python-plugin.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-quicksearch-popup.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-quicksearch-popup.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-quicksearch-popup.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-quicksearch-popup.h"
 #include "gnome-cmd-file-list.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-remote-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-remote-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-remote-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-remote-dialog.h"
 #include "gnome-cmd-con-dialog.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-rename-dialog.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-rename-dialog.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-rename-dialog.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-rename-dialog.h"
 #include "gnome-cmd-file.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-smb-auth.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-smb-auth.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-smb-auth.cc	Wed Mar 11 22:25:11 2009
@@ -20,6 +20,7 @@
 
 #include <config.h>
 #include <libgnomevfs/gnome-vfs-module-callback.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-smb-auth.h"
 

Modified: branches/gcmd-1-3/src/gnome-cmd-smb-net.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-smb-net.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-smb-net.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-smb-net.h"
 #include "utils.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-smb-path.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-smb-path.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-smb-path.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-smb-path.h"
 #include "gnome-cmd-smb-net.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-style.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-style.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-style.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-style.h"
 #include "gnome-cmd-data.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-treeview.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-treeview.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-treeview.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-treeview.h"
 

Modified: branches/gcmd-1-3/src/gnome-cmd-xfer-progress-win.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-xfer-progress-win.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-xfer-progress-win.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-xfer-progress-win.h"
 #include "gnome-cmd-data.h"

Modified: branches/gcmd-1-3/src/gnome-cmd-xfer.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-xfer.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-xfer.cc	Wed Mar 11 22:25:11 2009
@@ -20,6 +20,7 @@
 
 #include <config.h>
 #include <unistd.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-xfer.h"
 #include "gnome-cmd-file-selector.h"

Modified: branches/gcmd-1-3/src/history.cc
==============================================================================
--- branches/gcmd-1-3/src/history.cc	(original)
+++ branches/gcmd-1-3/src/history.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "history.h"
 #include "utils.h"

Modified: branches/gcmd-1-3/src/imageloader.cc
==============================================================================
--- branches/gcmd-1-3/src/imageloader.cc	(original)
+++ branches/gcmd-1-3/src/imageloader.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "imageloader.h"
 #include "utils.h"

Modified: branches/gcmd-1-3/src/intviewer/bm_byte.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/bm_byte.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/bm_byte.cc	Wed Mar 11 22:25:11 2009
@@ -23,7 +23,6 @@
 */
 
 #include <config.h>
-
 #include <glib.h>
 #include <string.h>
 #include "gvtypes.h"

Modified: branches/gcmd-1-3/src/intviewer/bm_chartype.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/bm_chartype.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/bm_chartype.cc	Wed Mar 11 22:25:11 2009
@@ -23,7 +23,6 @@
 */
 
 #include <config.h>
-
 #include <glib.h>
 #include "gvtypes.h"
 #include "viewer-utils.h"

Modified: branches/gcmd-1-3/src/intviewer/datapresentation.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/datapresentation.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/datapresentation.cc	Wed Mar 11 22:25:11 2009
@@ -27,7 +27,6 @@
 */
 
 #include <config.h>
-
 #include <glib.h>
 #include <string.h>
 #include <stdlib.h>

Modified: branches/gcmd-1-3/src/intviewer/fileops.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/fileops.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/fileops.cc	Wed Mar 11 22:25:11 2009
@@ -32,7 +32,6 @@
 */
 
 #include <config.h>
-
 #include <glib.h>
 
 #include <unistd.h>

Modified: branches/gcmd-1-3/src/intviewer/image-render.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/image-render.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/image-render.cc	Wed Mar 11 22:25:11 2009
@@ -24,8 +24,6 @@
 
 #include <config.h>
 
-#include <iostream>
-
 #include <errno.h>
 #include <unistd.h>
 #include <string.h>
@@ -35,6 +33,8 @@
 #include <gtk/gtkadjustment.h>
 #include <gtk/gtkmarshal.h>
 
+#include <iostream>
+
 #include "image-render.h"
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-file.h"

Modified: branches/gcmd-1-3/src/intviewer/inputmodes.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/inputmodes.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/inputmodes.cc	Wed Mar 11 22:25:11 2009
@@ -23,7 +23,6 @@
 */
 
 #include <config.h>
-
 #include <glib.h>
 #include <string.h>
 #include "gvtypes.h"

Modified: branches/gcmd-1-3/src/intviewer/scroll-box.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/scroll-box.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/scroll-box.cc	Wed Mar 11 22:25:11 2009
@@ -23,7 +23,6 @@
 */
 
 #include <config.h>
-
 #include <errno.h>
 #include <unistd.h>
 #include <string.h>

Modified: branches/gcmd-1-3/src/intviewer/search-dlg.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/search-dlg.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/search-dlg.cc	Wed Mar 11 22:25:11 2009
@@ -23,7 +23,6 @@
 */
 
 #include <config.h>
-
 #include <string.h>
 #include <libgnome/libgnome.h>
 

Modified: branches/gcmd-1-3/src/intviewer/search-progress-dlg.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/search-progress-dlg.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/search-progress-dlg.cc	Wed Mar 11 22:25:11 2009
@@ -23,7 +23,6 @@
 */
 
 #include <config.h>
-
 #include <libgnome/libgnome.h>
 
 #include "libgviewer.h"

Modified: branches/gcmd-1-3/src/intviewer/searcher.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/searcher.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/searcher.cc	Wed Mar 11 22:25:11 2009
@@ -23,7 +23,6 @@
 */
 
 #include <config.h>
-
 #include <string.h>
 #include "libgviewer.h"
 #include "bm_chartype.h"

Modified: branches/gcmd-1-3/src/intviewer/text-render.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/text-render.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/text-render.cc	Wed Mar 11 22:25:11 2009
@@ -26,7 +26,6 @@
 */
 
 #include <config.h>
-
 #include <errno.h>
 #include <unistd.h>
 #include <string.h>

Modified: branches/gcmd-1-3/src/intviewer/viewer-utils.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/viewer-utils.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/viewer-utils.cc	Wed Mar 11 22:25:11 2009
@@ -23,7 +23,6 @@
 */
 
 #include <config.h>
-
 #include <glib.h>
 #include <libgnomeui/libgnomeui.h>
 #include <libgnome/libgnome.h>

Modified: branches/gcmd-1-3/src/intviewer/viewer-window.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/viewer-window.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/viewer-window.cc	Wed Mar 11 22:25:11 2009
@@ -23,7 +23,6 @@
 */
 
 #include <config.h>
-
 #include <errno.h>
 #include <unistd.h>
 #include <string.h>

Modified: branches/gcmd-1-3/src/ls_colors.cc
==============================================================================
--- branches/gcmd-1-3/src/ls_colors.cc	(original)
+++ branches/gcmd-1-3/src/ls_colors.cc	Wed Mar 11 22:25:11 2009
@@ -19,6 +19,7 @@
 */
 
 #include <config.h>
+
 #include "gnome-cmd-includes.h"
 #include "ls_colors.h"
 #include "gnome-cmd-file.h"

Modified: branches/gcmd-1-3/src/owner.cc
==============================================================================
--- branches/gcmd-1-3/src/owner.cc	(original)
+++ branches/gcmd-1-3/src/owner.cc	Wed Mar 11 22:25:11 2009
@@ -18,12 +18,12 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 */
 
+#include <config.h>
 #include <unistd.h>
 
 #include <map>
 #include <set>
 
-#include <config.h>
 #include "gnome-cmd-includes.h"
 #include "owner.h"
 #include "utils.h"

Modified: branches/gcmd-1-3/src/plugin_manager.cc
==============================================================================
--- branches/gcmd-1-3/src/plugin_manager.cc	(original)
+++ branches/gcmd-1-3/src/plugin_manager.cc	Wed Mar 11 22:25:11 2009
@@ -21,6 +21,7 @@
 #include <config.h>
 #include <dirent.h>
 #include <gmodule.h>
+
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-data.h"
 #include "plugin_manager.h"

Modified: branches/gcmd-1-3/src/tags/gnome-cmd-tags-poppler.cc
==============================================================================
--- branches/gcmd-1-3/src/tags/gnome-cmd-tags-poppler.cc	(original)
+++ branches/gcmd-1-3/src/tags/gnome-cmd-tags-poppler.cc	Wed Mar 11 22:25:11 2009
@@ -19,7 +19,6 @@
 */
 
 #include <config.h>
-
 #include <stdio.h>
 #include <string.h>
 

Modified: branches/gcmd-1-3/src/tags/gnome-cmd-tags-taglib.cc
==============================================================================
--- branches/gcmd-1-3/src/tags/gnome-cmd-tags-taglib.cc	(original)
+++ branches/gcmd-1-3/src/tags/gnome-cmd-tags-taglib.cc	Wed Mar 11 22:25:11 2009
@@ -19,7 +19,6 @@
 */
 
 #include <config.h>
-
 #include <stdio.h>
 
 #include "gnome-cmd-includes.h"

Modified: branches/gcmd-1-3/src/utils.cc
==============================================================================
--- branches/gcmd-1-3/src/utils.cc	(original)
+++ branches/gcmd-1-3/src/utils.cc	Wed Mar 11 22:25:11 2009
@@ -22,6 +22,7 @@
 #include <locale.h>
 #include <errno.h>
 #include <dirent.h>
+#include <fnmatch.h>
 
 #include <set>
 
@@ -34,8 +35,6 @@
 #include "gnome-cmd-con-list.h"
 #include "gnome-cmd-xfer.h"
 
-#include <fnmatch.h>
-
 using namespace std;
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]