[genius] Minor fixup



commit 01b65a76875085e8a6cc675ac1ca3dc6a8804625
Author: Jiri (George) Lebl <jiri lebl gmail com>
Date:   Sun Mar 1 00:46:06 2015 -0600

    Minor fixup

 src/funclib.c      |    2 +-
 src/gnome-genius.c |    5 -----
 2 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/src/funclib.c b/src/funclib.c
index 4a419cb..34006e5 100644
--- a/src/funclib.c
+++ b/src/funclib.c
@@ -1,5 +1,5 @@
 /* GENIUS Calculator
- * Copyright (C) 1997-2014 Jiri (George) Lebl
+ * Copyright (C) 1997-2015 Jiri (George) Lebl
  *
  * Author: Jiri (George) Lebl
  *
diff --git a/src/gnome-genius.c b/src/gnome-genius.c
index 4c2d31a..9ced528 100644
--- a/src/gnome-genius.c
+++ b/src/gnome-genius.c
@@ -3755,11 +3755,6 @@ new_program (const char *filename, gboolean example)
        gtk_notebook_append_page_menu (GTK_NOTEBOOK (notebook), sw,
                                       b, p->mlabel);
 
-
-       /* FIXME: if set, then if we move something in front of the 
-        * Console, things crash.  Make Console be possible in other
-        * positions and then enable this here (and when we are adding
-        * the console as well) */
        gtk_notebook_set_tab_reorderable (GTK_NOTEBOOK (notebook),
                                          sw,
                                          TRUE);


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