[Goodies-commits] r3120 - in ristretto/trunk: po src
Stephan Arts
stephan at xfce.org
Mon Sep 3 18:44:32 CEST 2007
Author: stephan
Date: 2007-09-03 16:44:32 +0000 (Mon, 03 Sep 2007)
New Revision: 3120
Modified:
ristretto/trunk/po/ChangeLog
ristretto/trunk/po/de.po
ristretto/trunk/src/navigator.c
Log:
Update german translation (thanks to Christian Dywan)
Applied patch from Mike Massonnet (fixes bug #3527)
Modified: ristretto/trunk/po/ChangeLog
===================================================================
--- ristretto/trunk/po/ChangeLog 2007-09-02 21:21:29 UTC (rev 3119)
+++ ristretto/trunk/po/ChangeLog 2007-09-03 16:44:32 UTC (rev 3120)
@@ -1,3 +1,6 @@
+03-09-2007 Stephan Arts <stephan at xfce.org>
+ * de.po: Update german translation (thanks to Christian Dywan)
+
01-09-2007 Mike Massonnet <mmassonnet at xfce.org>
* fr.po: Update french translation.
Modified: ristretto/trunk/po/de.po
===================================================================
--- ristretto/trunk/po/de.po 2007-09-02 21:21:29 UTC (rev 3119)
+++ ristretto/trunk/po/de.po 2007-09-03 16:44:32 UTC (rev 3120)
@@ -53,7 +53,7 @@
#: ../src/main.c:237
msgid "Show Toolbar"
-msgstr ""
+msgstr "_Werkzeugleiste anzeigen"
#: ../src/main.c:238
msgid "Thumbnail Viewer"
@@ -118,6 +118,3 @@
#: ../ristretto.desktop.in.h:3
msgid "Xfce Image viewer"
msgstr "Xfce Bildbetrachter"
-
-#~ msgid "View Zoom toolbar"
-#~ msgstr "Barre de zoom"
Modified: ristretto/trunk/src/navigator.c
===================================================================
--- ristretto/trunk/src/navigator.c 2007-09-02 21:21:29 UTC (rev 3119)
+++ ristretto/trunk/src/navigator.c 2007-09-03 16:44:32 UTC (rev 3120)
@@ -474,6 +474,9 @@
GdkPixbuf *
rstto_navigator_entry_get_pixbuf(RsttoNavigatorEntry *entry)
{
+ if(G_UNLIKELY (entry == NULL))
+ return NULL;
+
if(!entry->pixbuf)
{
gchar *filename = thunar_vfs_path_dup_string(entry->info->path);
More information about the Goodies-commits
mailing list