[Xfce4-commits] <xfce4-sensors-plugin:master> - update of german translation: missing colon - clear tacho screen before painting fixes issues with changing titles/font sizes
Fabian
noreply at xfce.org
Sun Mar 28 21:14:02 CEST 2010
Updating branch refs/heads/master
to b47049f4cd3be8b6cf68fa61785408e6fb509810 (commit)
from fa89efb0b07462c7a33df5899848154bbd0c2ab8 (commit)
commit b47049f4cd3be8b6cf68fa61785408e6fb509810
Author: Fabian <timystery at arcor.de>
Date: Sun Mar 28 19:02:41 2010 +0200
- update of german translation: missing colon
- clear tacho screen before painting fixes issues with changing titles/font sizes
lib/cpu.c | 3 ++-
po/de.po | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/cpu.c b/lib/cpu.c
index 93daa12..227f744 100644
--- a/lib/cpu.c
+++ b/lib/cpu.c
@@ -317,7 +317,8 @@ gtk_cpu_paint (GtkWidget *widget)
//0, 0,
//widget->allocation.width, widget->allocation.height
//);
- //gcvalues.function = GDK_NOOP;
+ //gcvalues.function = GDK_NOOP
+ gdk_window_clear(widget->window);
}
gc = GTK_CPU(widget)->gc;
diff --git a/po/de.po b/po/de.po
index 2bb4894..31a614d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -241,7 +241,7 @@ msgstr ""
#: ../lib/sensors-interface.c:164
msgid "Sensors t_ype:"
-msgstr "Sensort_yp"
+msgstr "Sensort_yp:"
#: ../lib/sensors-interface.c:189
msgid "Description:"
More information about the Xfce4-commits
mailing list