Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-05-14 23:31:29 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-05-14 23:31:29 (GMT)
commit31bfb9367090583a477eaa3164db9ad7ae0d34ea (patch)
treee3e880229e16c65af05505d70b0df9da2f8436bd
parentebd095a258ae7f3000c5cc7d75ae12e3a7490885 (diff)
Next version should be 10
-rw-r--r--activity/activity.info2
-rw-r--r--ircactivity.py3
-rw-r--r--po/IRC.pot25
3 files changed, 27 insertions, 3 deletions
diff --git a/activity/activity.info b/activity/activity.info
index b1f3f23..55b65c2 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = IRC
-activity_version = 9
+activity_version = 10
bundle_id = org.sugarlabs.IRC
icon = activity-ircchat
exec = sugar-activity ircactivity.IRCActivity
diff --git a/ircactivity.py b/ircactivity.py
index 09ee389..a11358c 100644
--- a/ircactivity.py
+++ b/ircactivity.py
@@ -64,8 +64,7 @@ class IRCActivity(activity.Activity):
self.show_all()
def __visibility_notify_event_cb(self, window, event):
- self.is_visible = event.state != gtk.gdk.VISIBILITY_FULLY_OBSCURED
-
+ self.is_visible = event.state != gtk.gdk.VISIBILITY_FULLY_OBSCURED
#Configuracion por defecto
def default_config(self):
diff --git a/po/IRC.pot b/po/IRC.pot
new file mode 100644
index 0000000..532c460
--- /dev/null
+++ b/po/IRC.pot
@@ -0,0 +1,25 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-02-25 16:52+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: activity/activity.info:2
+msgid "IRC"
+msgstr ""
+
+#: /home/olpc/Activities/IRC.activity/ircactivity.py:38
+msgid "IRC Activity"
+msgstr ""