diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-23 22:56:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-23 22:56:59 (GMT) |
commit | a5cd2e6519456f49a0f0d9d76dfac0ff89d8bbb1 (patch) | |
tree | cc5c0d06836f132ba559eacf4323ce56b67e9d47 /src/gui/panels | |
parent | 08f3cc8d6262c9b5412a008c6210e88cd840da85 (diff) |
Fixed a bug: do not close the connection after the initial handshake.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@478 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/panels')
-rw-r--r-- | src/gui/panels/bookmarks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panels/bookmarks.c b/src/gui/panels/bookmarks.c index 99c1673..052bf5a 100644 --- a/src/gui/panels/bookmarks.c +++ b/src/gui/panels/bookmarks.c @@ -554,7 +554,7 @@ static void reload_bookmarks_into_treeview(GBookmarksPanel *panel, GLoadedBinary * Paramètres : collec = collection dont le contenu vient de changer. * * action = type de modification notifiée par la collection. * * bookmark = élément en cause dans le changement survenu. * -* pane = structure contenant les informations maîtresses. * +* panel = structure contenant les informations maîtresses. * * * * Description : Met à jour une collection suite à une modification. * * * |