[epiphany] about:applications: fix the arrangement of title and url



commit 1c4e702a7efcf3d85973e97e5b1d1f54ff1834d7
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Dec 9 10:14:48 2015 +0100

    about:applications: fix the arrangement of title and url
    
    These were upside-down because of a printf messup.

 embed/ephy-about-handler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index 354ef6f..df527e5 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -364,7 +364,7 @@ handle_applications_finished_cb (EphyAboutHandler *handler,
                             "<td class=\"data\"><div class=\"appname\">%s</div><div 
class=\"appurl\">%s</div></td>"
                             "<td class=\"input\"><input type=\"button\" value=\"Delete\" 
onclick=\"deleteWebApp('%s');\"></td>"
                             "<td class=\"date\">%s <br /> %s</td></tr></tbody>",
-                            app->name, app->icon_url, app->url, app->name, app->name,
+                            app->name, app->icon_url, app->name, app->url, app->name,
                             /* Note for translators: this refers to the installation date. */
                             _("Installed on:"), app->install_date);
   }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]