[pybliographer] sync from the main git repo
- From: Zoltan Kota <zkota src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pybliographer] sync from the main git repo
- Date: Fri, 9 Jul 2010 08:00:10 +0000 (UTC)
commit cdb2a173f4057129e7c05a46dbaa44574cb13e34
Author: Zoltan Kota <zoltank gmail com>
Date: Fri Jul 9 10:01:22 2010 +0200
sync from the main git repo
.cvsignore | 28 ----------------------------
.gitignore | 3 +++
Pyblio/GnomeUI/Config.py | 2 +-
Pyblio/GnomeUI/glade/medline.glade | 4 ++--
po/README.i18n | 3 +--
5 files changed, 7 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a3c5bd3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+.arch-ids/
+.arch-inventory
+\{arch\}/
diff --git a/Pyblio/GnomeUI/Config.py b/Pyblio/GnomeUI/Config.py
index a89b3ef..3baf09f 100644
--- a/Pyblio/GnomeUI/Config.py
+++ b/Pyblio/GnomeUI/Config.py
@@ -240,7 +240,7 @@ class IntegerConfig (StringConfig):
vmin = 0
vmax = +100
- adj = gtk.Adjustment (0, vmin, vmax, 1, 10, 1)
+ adj = gtk.Adjustment (0, vmin, vmax, 1, 10, 0)
self.w = gtk.SpinButton (adj, 1, 0)
if self.key:
diff --git a/Pyblio/GnomeUI/glade/medline.glade b/Pyblio/GnomeUI/glade/medline.glade
index 0bc61c2..5c54d57 100644
--- a/Pyblio/GnomeUI/glade/medline.glade
+++ b/Pyblio/GnomeUI/glade/medline.glade
@@ -172,7 +172,7 @@ of results:</property>
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
<property name="snap_to_ticks">False</property>
<property name="wrap">True</property>
- <property name="adjustment">100 1 1000 1 10 10</property>
+ <property name="adjustment">100 1 1000 1 10 0</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -213,7 +213,7 @@ result number:</property>
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
<property name="snap_to_ticks">False</property>
<property name="wrap">False</property>
- <property name="adjustment">1 0 100 1 10 10</property>
+ <property name="adjustment">1 0 100 1 10 0</property>
</widget>
<packing>
<property name="padding">0</property>
diff --git a/po/README.i18n b/po/README.i18n
index 1884de0..952b76a 100644
--- a/po/README.i18n
+++ b/po/README.i18n
@@ -15,8 +15,7 @@ Adding a translation
- add your po file in the po/ directory
- - add the name of your translation in po/Makefile.am, in the
- LANGUAGES variable
+ - add the name of your translation in po/LINGUAS
- done!
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]