[Lemon-commits] ladanyi: r3127 - glemon/trunk
Lemon SVN
svn at lemon.cs.elte.hu
Wed Jan 10 15:56:17 CET 2007
Author: ladanyi
Date: Wed Jan 10 15:56:16 2007
New Revision: 3127
Removed:
glemon/trunk/file_chooser_extra_widget.cc
glemon/trunk/file_chooser_extra_widget.h
Modified:
glemon/trunk/Makefile.am
glemon/trunk/nbtab.cc
Log:
Removed this extra widget thing, because it is now developed in my private branch.
Modified: glemon/trunk/Makefile.am
==============================================================================
--- glemon/trunk/Makefile.am (original)
+++ glemon/trunk/Makefile.am Wed Jan 10 15:56:16 2007
@@ -47,8 +47,6 @@
design_win.cc \
dijkstrabox.h \
dijkstrabox.cc \
- file_chooser_extra_widget.h \
- file_chooser_extra_widget.cc \
background_chooser_dialog.h \
background_chooser_dialog.cc
Modified: glemon/trunk/nbtab.cc
==============================================================================
--- glemon/trunk/nbtab.cc (original)
+++ glemon/trunk/nbtab.cc Wed Jan 10 15:56:16 2007
@@ -17,7 +17,6 @@
*/
#include <nbtab.h>
-#include "file_chooser_extra_widget.h"
NoteBookTab::NoteBookTab():mapwinexists(false), designwinexists(false), mapstorage(*this)
{
@@ -136,8 +135,6 @@
Gtk::FileChooserDialog fcdialog("Save File", Gtk::FILE_CHOOSER_ACTION_SAVE);
fcdialog.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
fcdialog.add_button(Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
- FileChooserExtraWidget w(&mapstorage);
- fcdialog.set_extra_widget(w);
if (fcdialog.run() == Gtk::RESPONSE_ACCEPT)
{
Glib::ustring filename = fcdialog.get_filename();
More information about the Lemon-commits
mailing list