[epiphany/gnome-3-22] location-entry: Remove stale comment
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-22] location-entry: Remove stale comment
- Date: Tue, 29 Nov 2016 01:43:39 +0000 (UTC)
commit fe2cc4b7995bba1c6c3cbba5752c48a8660acee3
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Nov 28 19:43:00 2016 -0600
location-entry: Remove stale comment
lib/widgets/ephy-location-entry.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 0fe9159..6d7dd80 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -656,7 +656,6 @@ entry_populate_popup_cb (GtkEntry *entry,
/* Search for the Paste menu item and insert right after it. */
children = gtk_container_get_children (GTK_CONTAINER (menu));
for (item = children, pos = 0; item != NULL; item = item->next, pos++) {
- /* Translators: Location entry context menu item, must EXACTLY match GtkEntry's translation. */
if (g_strcmp0 (gtk_menu_item_get_label (item->data), g_dgettext (GTK_GETTEXT_DOMAIN, "_Paste")) == 0) {
paste_menuitem = item->data;
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]