[gnumeric] Compilation: avoid C++ comment.



commit 7f5e9a4063c8b45644ad5d42daf3df724665b1cf
Author: Morten Welinder <terra gnome org>
Date:   Thu Mar 7 11:06:17 2013 -0500

    Compilation: avoid C++ comment.

 src/widgets/ChangeLog |    4 ++++
 src/widgets/gnm-dao.c |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index a0a6d86..b5023ca 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-07  Morten Welinder  <terra gnome org>
+
+       * gnm-dao.c (gnm_dao_init): Drop C++ comment.
+
 2013-02-26  Jean Brefort  <jean brefort normalesup org>
 
        * widget-font-selector.c (fs_init): replaced GtkTable with GtkGrid.
diff --git a/src/widgets/gnm-dao.c b/src/widgets/gnm-dao.c
index db89bff..a411c95 100644
--- a/src/widgets/gnm-dao.c
+++ b/src/widgets/gnm-dao.c
@@ -98,7 +98,6 @@ gnm_dao_init (GnmDao *gdao)
        gdao->wbcg = NULL;
 
        gtk_container_add (GTK_CONTAINER (gdao), toplevel);
-//     gtk_widget_queue_resize (toplevel);
 }
 
 static void


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