summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--locale/cli.pot2
-rw-r--r--locale/core.pot2
-rw-r--r--locale/django.pot2
-rw-r--r--locale/generate_locale.py2
-rw-r--r--locale/gui.pot2
-rw-r--r--locale/setup.pot2
-rw-r--r--module/gui/Collector.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/locale/cli.pot b/locale/cli.pot
index 845272ff3..a9f43fb28 100644
--- a/locale/cli.pot
+++ b/locale/cli.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pyLoad 0.4.4\n"
"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n"
-"POT-Creation-Date: 2011-03-10 14:06+0100\n"
+"POT-Creation-Date: 2011-03-10 14:29+0100\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"
diff --git a/locale/core.pot b/locale/core.pot
index d9920ef03..dd3ea380b 100644
--- a/locale/core.pot
+++ b/locale/core.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pyLoad 0.4.4\n"
"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n"
-"POT-Creation-Date: 2011-03-10 14:06+0100\n"
+"POT-Creation-Date: 2011-03-10 14:29+0100\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"
diff --git a/locale/django.pot b/locale/django.pot
index 1d06831cd..15d85d750 100644
--- a/locale/django.pot
+++ b/locale/django.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pyLoad 0.4.4\n"
"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n"
-"POT-Creation-Date: 2011-03-10 14:06+0100\n"
+"POT-Creation-Date: 2011-03-10 14:29+0100\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"
diff --git a/locale/generate_locale.py b/locale/generate_locale.py
index 37b4a1add..f9cfd5033 100644
--- a/locale/generate_locale.py
+++ b/locale/generate_locale.py
@@ -6,7 +6,7 @@ from os.path import join
from subprocess import call
-options = ["--from-code=utf-8", "--copyright-holder=pyLoad Team", "--package-name=pyLoad", "--package-version=0.4.4",
+options = ["--from-code=utf-8", "--copyright-holder=pyLoad Team", "--package-name=pyLoad", "--package-version=0.4.5",
"--msgid-bugs-address='bugs@pyload.org'"]
###### Core
diff --git a/locale/gui.pot b/locale/gui.pot
index 706baf98c..65f73b70f 100644
--- a/locale/gui.pot
+++ b/locale/gui.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pyLoad 0.4.4\n"
"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n"
-"POT-Creation-Date: 2011-03-10 14:06+0100\n"
+"POT-Creation-Date: 2011-03-10 14:29+0100\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"
diff --git a/locale/setup.pot b/locale/setup.pot
index 36a83201f..147959dd3 100644
--- a/locale/setup.pot
+++ b/locale/setup.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pyLoad 0.4.4\n"
"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n"
-"POT-Creation-Date: 2011-03-10 14:06+0100\n"
+"POT-Creation-Date: 2011-03-10 14:29+0100\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"
diff --git a/module/gui/Collector.py b/module/gui/Collector.py
index 725960dee..833942eac 100644
--- a/module/gui/Collector.py
+++ b/module/gui/Collector.py
@@ -171,7 +171,7 @@ class CollectorModel(QAbstractItemModel):
if not info:
return
for p, package in enumerate(self._data):
- if package.id == info.package:
+ if package.id == info.packageID:
for k, child in enumerate(package.children):
if child.id == event.id:
child.update(info)