Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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