Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-05-22 19:43:05 (GMT)
committer Ignacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-05-22 19:43:05 (GMT)
commit6ef91c3eeb090b0824ac3cbb5a74463cadaba357 (patch)
tree946ddf8bd53bd57f18049cb451094223373d0101
parent4335f12f934206f2704755fbc3c20a4b9bf821a2 (diff)
-rwxr-xr-xactivity/activity.info2
-rwxr-xr-xvnclauncher.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/activity/activity.info b/activity/activity.info
index bf9d9e1..6589d1a 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = VNC Server
-activity_version = 2
+activity_version = 3
bundle_id = org.somosazucar.ServidorVNC
exec = sugar-activity vnclauncher.VncLauncherActivity
icon = activity-vnclauncher
diff --git a/vnclauncher.py b/vnclauncher.py
index bea74ff..96d98c0 100755
--- a/vnclauncher.py
+++ b/vnclauncher.py
@@ -226,7 +226,7 @@ class VncLauncherActivity(activity.Activity):
ip = error
ip = ip.replace(":", "")
- if error == _("No wireless connection."):
+ if ip == _("No wireless connection."):
mensaje = error
else:
mensaje = "IP: " + ip