[gnome-music] Rename album_art_cache.js to albumArtCache.js



commit bfcf30e53dca2beff6795125aea18a5cee0b9729
Author: Seif Lotfy <seif lotfy com>
Date:   Tue Apr 2 00:42:34 2013 +0200

    Rename album_art_cache.js to albumArtCache.js

 src/Makefile.am                              |    2 +-
 src/{album_art_cache.js => albumArtCache.js} |    0
 src/player.js                                |    2 +-
 src/view.js                                  |    2 +-
 src/widgets.js                               |    2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b209773..dd303a0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ nodist_bin_SCRIPTS = gnome-music
 
 jsdir = $(pkgdatadir)
 dist_js_DATA = \
-       album_art_cache.js \
+       albumArtCache.js \
        player.js \
        toolbar.js \
        application.js \
diff --git a/src/album_art_cache.js b/src/albumArtCache.js
similarity index 100%
rename from src/album_art_cache.js
rename to src/albumArtCache.js
diff --git a/src/player.js b/src/player.js
index 13f8fc9..af33d72 100644
--- a/src/player.js
+++ b/src/player.js
@@ -27,7 +27,7 @@ const GLib = imports.gi.GLib;
 //pkg.initSubmodule('libgd');
 
 const Mainloop = imports.mainloop;
-const AlbumArtCache = imports.album_art_cache;
+const AlbumArtCache = imports.albumArtCache;
 
 const ART_SIZE = 240;
 
diff --git a/src/view.js b/src/view.js
index 0016c42..b22591e 100644
--- a/src/view.js
+++ b/src/view.js
@@ -36,7 +36,7 @@ const Widgets = imports.widgets;
 const Toolbar = imports.toolbar;
 
 const tracker = Tracker.SparqlConnection.get (null);
-const AlbumArtCache = imports.album_art_cache;
+const AlbumArtCache = imports.albumArtCache;
 const Grilo = imports.grilo;
 const albumArtCache = AlbumArtCache.AlbumArtCache.getDefault();
 
diff --git a/src/widgets.js b/src/widgets.js
index 7e9158d..c968c95 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -27,7 +27,7 @@ const Query = imports.query;
 const Grilo = imports.grilo;
 
 const grilo = Grilo.grilo;
-const AlbumArtCache = imports.album_art_cache;
+const AlbumArtCache = imports.albumArtCache;
 const albumArtCache = AlbumArtCache.AlbumArtCache.getDefault();
 
 const ClickableLabel = new Lang.Class({


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