CVSROOT:        /cvs/gnome
Module name:    glade3
Changes by:     tvb     06/01/17 15:09:50

Modified files:
        .              : ChangeLog 
        src            : glade-app.c glade-editor-property.c 
                         glade-editor-property.h glade-editor.c 
                         glade-editor.h glade-gtk.c glade-project-view.c 
                         glade-project-view.h 

Log message:
* src/glade-editor.[ch]:
o Revert changes "free all GladeEditorTable"
from Juans last patch; editor tables are *not to be freed*,
instead they are instantiated once per class and juggled
throughout the application (my bad for not noticing this in
advance).
o Catch GladeProjects "close" signal and clear the editor.

* src/glade-gtk.c: Shut up a compiler warning

* src/glade-project-view.[ch]: Catch GladeProjects "close" signal and
detatch the GladeProjectView.

* src/glade-editor-property.[ch]: Catch GladeProjects "close"
signal and drop the loaded GladeProperty.

* src/glade-app.c: in glade_app_remove_project(), now simply
g_object_unref() the removed project and let the universe
adjust itself.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=glade3&who=tvb&date=explicit&mindate=2006-01-17%2015:08&maxdate=2006-01-17%2015:10

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to