[the-board] [ui] Rename theme variable to mxIconTheme for clarity



commit 7d6181ee7fad179610c9e7a9b79fe5aec7dc0afb
Author: Lucas Rocha <lucasr gnome org>
Date:   Sat Nov 13 17:12:55 2010 +0000

    [ui] Rename theme variable to mxIconTheme for clarity

 src/js/ui/main.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/js/ui/main.js b/src/js/ui/main.js
index 40b2c89..eb686df 100644
--- a/src/js/ui/main.js
+++ b/src/js/ui/main.js
@@ -15,9 +15,9 @@ const Path = imports.util.path;
 let _mainWindow = null;
 
 function onActivate(application) {
-    let theme = Mx.IconTheme.get_default();
-    theme.set_search_paths([Path.ICONS_DIR]);
-    theme.set_theme_name('icons');
+    let mxIcontheme = Mx.IconTheme.get_default();
+    mxIcontheme.set_search_paths([Path.ICONS_DIR]);
+    mxIcontheme.set_theme_name('icons');
 
     let style = Mx.Style.get_default();
     style.load_from_file(Path.STYLE_DIR + "style.css");



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