Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLive System User <liveuser@localhost.localdomain>2011-10-31 17:01:38 (GMT)
committer Live System User <liveuser@localhost.localdomain>2011-10-31 17:01:38 (GMT)
commitc320047e7abbe972f850b2cfee1f574e86e9bd35 (patch)
treeac58cc8d221d24aaa6df9a3772e5efadf2c26a25
parent6a853954f0e8e8ee69694a2c630902b7b524746a (diff)
Version 6 10/29/11 Cosmetic change only
-rwxr-xr-xactivity/activity.info2
-rwxr-xr-xcsndsugui.py8
-rwxr-xr-xourmusic.py2
3 files changed, 4 insertions, 8 deletions
diff --git a/activity/activity.info b/activity/activity.info
index fec563e..ec11874 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -5,7 +5,7 @@ name = OurMusic
bundle_id = org.laptop.OurMusic
icon = activity-ourmusic
-activity_version = 5
+activity_version = 6
host_version = 1
diff --git a/csndsugui.py b/csndsugui.py
index c196629..f606a8b 100755
--- a/csndsugui.py
+++ b/csndsugui.py
@@ -65,11 +65,7 @@ class BasicGUI:
mult = width * .00132
elif release.find("SoaS release 2 ") != -1:
mult = width * .00085
-<<<<<<< HEAD
elif release.find("Fedora release ") != -1:
-=======
- elif release.find("SoaS release 3 ") != -1:
->>>>>>> 3690ed424760ca6ec230887465f1f2541c5c863a
mult = width * .00119
font.set_size(int(font_size * mult))
widget.modify_font(font)
@@ -148,8 +144,8 @@ class BasicGUI:
i[0].modify_bg(gtk.STATE_PRELIGHT, gtk.gdk.Color(0x8000,0x8000,0x8000, 2))
else:
i[2] = 1
- i[0].modify_bg(gtk.STATE_NORMAL, gtk.gdk.Color(0xFFFF,0,0, 1))
- i[0].modify_bg(gtk.STATE_PRELIGHT, gtk.gdk.Color(0xFFFF,0,0, 2))
+ i[0].modify_bg(gtk.STATE_NORMAL, gtk.gdk.Color(0,0x7700,0, 1))
+ i[0].modify_bg(gtk.STATE_PRELIGHT, gtk.gdk.Color(0,0x7700,0, 2))
self.set_channel(i[1], i[2])
def button_setvalue(self, widget, value):
diff --git a/ourmusic.py b/ourmusic.py
index 5fd7f4d..ec81af5 100755
--- a/ourmusic.py
+++ b/ourmusic.py
@@ -11,7 +11,7 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
-# version 5 6/8/10 Cosmetic change only
+# version 6 10/29/11 Cosmetic change only
#
# Notes:
#