gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/gtk.cpp


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash ChangeLog gui/gtk.cpp
Date: Tue, 02 Jan 2007 12:47:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     07/01/02 12:47:34

Modified files:
        .              : ChangeLog 
        gui            : gtk.cpp 

Log message:
                * gui/gtk.cpp: I've commented out the GTK file chooser code 
because:
                  - It doesn't actually make Gnash open the file.
                  - It requires GTK >= 2.4, and we want to preserve 
compatibility
                  - with GTK 2.2 for embedded, old and thin systems.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2028&r2=1.2029
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk.cpp?cvsroot=gnash&r1=1.56&r2=1.57

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2028
retrieving revision 1.2029
diff -u -b -r1.2028 -r1.2029
--- ChangeLog   2 Jan 2007 03:43:12 -0000       1.2028
+++ ChangeLog   2 Jan 2007 12:47:34 -0000       1.2029
@@ -1,3 +1,10 @@
+2007-01-02 Bastiaan Jacques <address@hidden>
+
+       * gui/gtk.cpp: I've commented out the GTK file chooser code because:
+         - It doesn't actually make Gnash open the file.
+         - It requires GTK >= 2.4, and we want to preserve compatibility
+         - with GTK 2.2 for embedded, old and thin systems.
+
 2007-01-01 Sandro Santilli <address@hidden>
 
        * server/dlist.{h,cpp}: added clear_except() function

Index: gui/gtk.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- gui/gtk.cpp 29 Dec 2006 18:54:00 -0000      1.56
+++ gui/gtk.cpp 2 Jan 2007 12:47:34 -0000       1.57
@@ -349,6 +349,15 @@
 void
 GtkGui::menuitem_openfile_callback(GtkMenuItem* /*menuitem*/, gpointer 
/*data*/)
 {
+#if 0
+    /*
+     * There are two problems with this code:
+     * 1) It doesn't actually make Gnash open the file.
+     * 2) It requires GTK >= 2.4, and we want to preserve compatibility
+     *    with GTK 2.2 for embedded, old and thin systems.
+     */
+
+
     GtkWidget *dialog;
     
     dbglogfile << "Executant fileselectiondialog! " << endl;
@@ -371,6 +380,7 @@
     gtk_widget_destroy (dialog);
     
 //  return filechooserdialog1;
+#endif
 }
 
 /// \brief Show gnash preferences window




reply via email to

[Prev in Thread] Current Thread [Next in Thread]