[empathy] Replace the IndividualView's setup function with a more-conventional constructed function.



commit e0aec0ced01a21901075e046e39a343c7f6e5cc6
Author: Travis Reitter <treitter gmail com>
Date:   Sat Jun 26 11:33:44 2010 -0700

    Replace the IndividualView's setup function with a more-conventional constructed function.

 libempathy-gtk/empathy-individual-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-view.c b/libempathy-gtk/empathy-individual-view.c
index a8bee40..a78ffb2 100644
--- a/libempathy-gtk/empathy-individual-view.c
+++ b/libempathy-gtk/empathy-individual-view.c
@@ -1489,7 +1489,6 @@ individual_view_constructed (GObject *object)
 {
   EmpathyIndividualView *view = EMPATHY_INDIVIDUAL_VIEW (object);
   EmpathyIndividualViewPriv *priv = GET_PRIV (view);
-
   GtkCellRenderer *cell;
   GtkTreeViewColumn *col;
   guint i;



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