diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-09-24 19:43:21 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-09-24 19:43:21 +0800 |
commit | 330bb03126170f0be6527c71f44654aeefd46514 (patch) | |
tree | d25f656f70e820f3e5435874fd424387167f6043 | |
parent | 0836e677ab69560cd285b99a062d4386c24d12fa (diff) | |
download | gsoc2013-epiphany-330bb03126170f0be6527c71f44654aeefd46514.tar gsoc2013-epiphany-330bb03126170f0be6527c71f44654aeefd46514.tar.gz gsoc2013-epiphany-330bb03126170f0be6527c71f44654aeefd46514.tar.bz2 gsoc2013-epiphany-330bb03126170f0be6527c71f44654aeefd46514.tar.lz gsoc2013-epiphany-330bb03126170f0be6527c71f44654aeefd46514.tar.xz gsoc2013-epiphany-330bb03126170f0be6527c71f44654aeefd46514.tar.zst gsoc2013-epiphany-330bb03126170f0be6527c71f44654aeefd46514.zip |
Fix topic labels.
2003-09-24 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-topic-action.c: (sync_topic_properties):
Fix topic labels.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/bookmarks/ephy-topic-action.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-09-24 Christian Persch <chpe@cvs.gnome.org> + + * src/bookmarks/ephy-topic-action.c: (sync_topic_properties): + + Fix topic labels. + 2003-09-24 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-topic-action.c: (sync_topic_properties): diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c index 125497764..6de5ce28f 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -621,7 +621,7 @@ sync_topic_properties (GtkAction *action, EphyNode *bmk) else { title = ephy_node_get_property_string - (bmk, EPHY_NODE_BMK_PROP_LOCATION); + (bmk, EPHY_NODE_KEYWORD_PROP_NAME); } g_object_set (action, "label", title, NULL); |