[file-roller] keep the file list in alphanumeric order



commit d2a6a1667ac5d7cb998da7356d71c6cc77560d80
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Aug 11 12:35:45 2012 +0200

    keep the file list in  alphanumeric order

 src/Makefile.am |    4 ++--
 src/fr-init.c   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 732f07e..1e1a519 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -110,6 +110,8 @@ COMMON_SOURCES = 			\
 	fr-command-jar.c		\
 	fr-command-lha.c		\
 	fr-command-lha.h		\
+	fr-command-lrzip.c		\
+	fr-command-lrzip.h		\
 	fr-command-rar.c		\
 	fr-command-rar.h		\
 	fr-command-rpm.c		\
@@ -120,8 +122,6 @@ COMMON_SOURCES = 			\
 	fr-command-unstuff.h		\
 	fr-command-zip.c		\
 	fr-command-zip.h		\
-	fr-command-lrzip.c		\
-	fr-command-lrzip.h		\
 	fr-command-zoo.c		\
 	fr-command-zoo.h		\
 	fr-error.c			\
diff --git a/src/fr-init.c b/src/fr-init.c
index 4e9089a..8f0d022 100644
--- a/src/fr-init.c
+++ b/src/fr-init.c
@@ -39,6 +39,7 @@
 #include "fr-command-iso.h"
 #include "fr-command-jar.h"
 #include "fr-command-lha.h"
+#include "fr-command-lrzip.h"
 #include "fr-command-rar.h"
 #include "fr-command-rpm.h"
 #include "fr-command-tar.h"
@@ -49,7 +50,6 @@
 #include "fr-command-zip.h"
 #include "fr-command-zoo.h"
 #include "fr-command-7z.h"
-#include "fr-command-lrzip.h"
 #include "fr-init.h"
 #include "fr-process.h"
 #include "fr-stock.h"



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