[epiphany-extensions] Prepare for 2.27.4 release.



commit 5603db1203682a064d78ab8fc1da6dbe8c63d220
Author: Xan Lopez <xan gnome org>
Date:   Mon Jul 13 00:32:07 2009 +0300

    Prepare for 2.27.4 release.

 configure.ac                   |    4 ++--
 extensions/soup-fly/soup-fly.c |    7 ++++---
 po/POTFILES.in                 |    2 ++
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b02b304..4aa0c10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
 
 m4_define([e_e_version_major],[2])
 m4_define([e_e_version_minor],[27])
-m4_define([e_e_version_micro],[0])
+m4_define([e_e_version_micro],[4])
 m4_define([e_e_version],[e_e_version_major.e_e_version_minor.e_e_version_micro])
 
 # This can be either "trunk" or "branches/gnome-x-y"
@@ -102,7 +102,7 @@ GNOME_DOC_INIT
 # pkg config checks
 # ********************************
 
-EPIPHANY_REQUIRED=2.25.0
+EPIPHANY_REQUIRED=2.27.4
 LIBXML_REQUIRED=2.6.0
 LIBGLIB_REQUIRED=2.15.5
 LIBGTK_REQUIRED=2.11.6
diff --git a/extensions/soup-fly/soup-fly.c b/extensions/soup-fly/soup-fly.c
index 83860ca..7ddadf2 100644
--- a/extensions/soup-fly/soup-fly.c
+++ b/extensions/soup-fly/soup-fly.c
@@ -24,6 +24,7 @@
 #include "ephy-soup-fly-extension.h"
 #include "soup-fly.h"
 
+#include <glib/gi18n-lib.h>
 #include <gtk/gtk.h>
 
 #define SOUP_FLY_GET_PRIVATE(object) (G_TYPE_INSTANCE_GET_PRIVATE ((object), TYPE_SOUP_FLY, SoupFlyPrivate))
@@ -176,7 +177,7 @@ construct_ui (SoupFly *logger)
                                                NULL);
 
   column = gtk_tree_view_column_new ();
-  gtk_tree_view_column_set_title (column, "State");
+  gtk_tree_view_column_set_title (column, _("State"));
   renderer = gtk_cell_renderer_text_new ();
   gtk_tree_view_column_pack_start (column, renderer, FALSE);
   gtk_tree_view_column_set_attributes (column, renderer,
@@ -201,11 +202,11 @@ construct_ui (SoupFly *logger)
   gtk_container_add (GTK_CONTAINER (scrolled), treeview);
 
   hbox = gtk_hbox_new (FALSE, 10);
-  button = gtk_button_new_with_label ("Clear finished");
+  button = gtk_button_new_with_label (_("Clear finished"));
   g_signal_connect (button, "clicked", G_CALLBACK (clear_button_clicked_cb), logger);
   gtk_container_add (GTK_CONTAINER (hbox), button);
 
-  check_button = gtk_check_button_new_with_label ("Automatically remove finished messages");
+  check_button = gtk_check_button_new_with_label (_("Automatically remove finished messages"));
   gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check_button), priv->clean_finished);
   g_signal_connect (check_button, "toggled", G_CALLBACK (check_button_toggled_cb), logger);
   gtk_container_add (GTK_CONTAINER (hbox), check_button);
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3d513ec..00d12b0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -39,6 +39,8 @@ extensions/sidebar/ephy-sidebar.c
 extensions/sidebar/ephy-sidebar-extension.c
 extensions/smart-bookmarks/smart-bookmarks-extension.c
 extensions/smart-bookmarks/smart-bookmarks.schemas.in
+extensions/soup-fly/ephy-soup-fly-extension.c
+extensions/soup-fly/soup-fly.c
 [type: gettext/ini]extensions/actions/actions.ephy-extension.in.in
 [type: gettext/ini]extensions/adblock/adblock.ephy-extension.in.in
 [type: gettext/ini]extensions/auto-scroller/auto-scroller.ephy-extension.in.in



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