[Xfce4-commits] <midori:master> Reword history error messages to be more accurate

Christian Dywan noreply at xfce.org
Sun Dec 27 17:32:01 CET 2009


Updating branch refs/heads/master
         to 10d3733f2d958c542d9bb24717769ba6acd31882 (commit)
       from b973527239a6969d603b6c0a1f08a14202f1b369 (commit)

commit 10d3733f2d958c542d9bb24717769ba6acd31882
Author: Peter de Ridder <peter at xfce.org>
Date:   Sun Dec 27 17:20:42 2009 +0100

    Reword history error messages to be more accurate

 midori/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/midori/main.c b/midori/main.c
index fdd5edf..d747282 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -509,7 +509,7 @@ midori_history_notify_item_cb (KatzeItem*  item,
     sqlite3_free (sqlcmd);
     if (!success)
     {
-        g_printerr (_("Failed to add history item: %s\n"), error->message);
+        g_printerr (_("Failed to update history item: %s\n"), error->message);
         g_error_free (error);
         return ;
     }
@@ -543,7 +543,7 @@ midori_history_add_item_cb (KatzeArray* array,
         if (!db_exec_callback (db, "SELECT date('now')",
                                gettimestr, item, &error))
         {
-            g_printerr (_("Failed to add history item: %s\n"), error->message);
+            g_printerr (_("Failed to get current time: %s\n"), error->message);
             g_error_free (error);
             return;
         }



More information about the Xfce4-commits mailing list