]> err.no Git - mapper/commitdiff
Rename map-repo.? -> map-repo-manager.?
authorKaj-Michael Lang <milang@tal.org>
Thu, 12 Jun 2008 14:20:23 +0000 (17:20 +0300)
committerKaj-Michael Lang <milang@tal.org>
Thu, 12 Jun 2008 14:20:23 +0000 (17:20 +0300)
src/Makefile.am
src/cb.c
src/config-gconf.c
src/config-gconf.h
src/map-download.c
src/map-download.h
src/map-repo-manager.c [moved from src/map-repo.c with 99% similarity]
src/map-repo-manager.h [moved from src/map-repo.h with 100% similarity]

index c41e2b3ed8604715ea4ef47039802c0cafd9749f..577c23d708455e18afca8b976f47bb2275bf9df4 100644 (file)
@@ -77,8 +77,8 @@ mapper_SOURCES = \
        map-poi.h \
        map-tile-repo.c \
        map-tile-repo.h \
-       map-repo.c \
-       map-repo.h \
+       map-repo-manager.c \
+       map-repo-manager.h \
        mapper.c \
        mapper.h \
        path-mapper.c \
index 19f9bfa3f4810a7fa5ccda8af44e0bbd5300dd04..2b2d395519b0bc4dd298ba92deca77c5e9801f99 100644 (file)
--- a/src/cb.c
+++ b/src/cb.c
@@ -59,7 +59,7 @@
 #include "dialogs.h"
 #include "filter-gui.h"
 #include "help.h"
-#include "map-repo.h"
+#include "map-repo-manager.h"
 #include "config-gconf.h"
 #include "gtkmap.h"
 
index f3d3c740f3844f89107c1169aa98b80aa374796f..b703d3c64783d8e0f5d2aaaac4912977bc3e02d3 100644 (file)
@@ -52,6 +52,7 @@
 #include "settings.h"
 #include "filter.h"
 #include "dialogs.h"
+#include "map-repo-manager.h"
 #include "map-tile-repo.h"
 
 #define PROXY_PORT (8080)
index b1c4e372780e317377a6116c6dfe7eef5a3a3971..50acd50efcfc31a41fa719a3e385243fd4110200 100644 (file)
@@ -5,7 +5,7 @@
 #include <gtk/gtk.h>
 #include "filter.h"
 #include "mapper-types.h"
-#include "map-repo.h"
+#include "map-repo-manager.h"
 #include "position.h"
 
 GConfClient *gconf_client;
index 048db5504fa53fb5241237eb71d09563607dd761..57859122689b721a099f91fcc586030af3fd8167 100644 (file)
@@ -54,7 +54,7 @@
 #include "latlon.h"
 #include "map-download.h"
 #include "iap.h"
-#include "map-repo.h"
+#include "map-repo-manager.h"
 #include "gtkmap.h"
 
 static guint _num_downloads=0;
index 663997231d166acd6d457896d5f68bc134e43a73..d94c0cb8f1b70e2c37c3b12894d1c391df9b2788 100644 (file)
@@ -6,7 +6,7 @@
 #include <curl/multi.h>
 #include <glib.h>
 #include "mapper-types.h"
-#include "map-repo.h"
+#include "map-repo-manager.h"
 
 #define INITIAL_DOWNLOAD_RETRIES (3)
 
similarity index 99%
rename from src/map-repo.c
rename to src/map-repo-manager.c
index c4871d3d183619b16d0c16526cf936f965c8128c..ff5a6e5b7dd3dfdb87642c5f63e1aa9f77ea2ea9 100644 (file)
@@ -38,6 +38,8 @@
 
 #include "hildon-mapper.h"
 
+#include "map-repo-manager.h"
+
 #include "utils.h"
 #include "gps.h"
 #include "latlon.h"
@@ -48,7 +50,6 @@
 #include "dialogs.h"
 #include "help.h"
 #include "path.h"
-#include "map-repo.h"
 #include "map-tile-repo.h"
 #include "gtkmap.h"
 
similarity index 100%
rename from src/map-repo.h
rename to src/map-repo-manager.h