[vinagre/plugin] Removed a ghost variable.



commit 6857cbaec3fc2f7bb65d656105ca3d803e0f554a
Author: Jonh Wendell <jwendell gnome org>
Date:   Thu Jul 23 16:32:24 2009 -0300

    Removed a ghost variable.

 vinagre/vinagre-bookmarks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-bookmarks.c b/vinagre/vinagre-bookmarks.c
index d2b69e8..eaae97d 100644
--- a/vinagre/vinagre-bookmarks.c
+++ b/vinagre/vinagre-bookmarks.c
@@ -34,7 +34,7 @@
 struct _VinagreBookmarksPrivate
 {
   gchar        *filename;
-  GSList       *entries, *conns;
+  GSList       *entries;
   GFileMonitor *monitor;
 };
 



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