Fixed recent bug in gtkstyle.c. -Jay

This commit is contained in:
Jay Painter 1997-12-04 08:00:59 +00:00
parent 4b4c6aff91
commit ef3f373172
8 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
* gtk/gtkstyle.c: fixed a problem introduced recently in
gtk_style_detach witch crashed script_fu.
Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
* gdk/Makefile.am: add a dependence for $(DEP_FILES) on
$(BUILT_SOURCES) to work around automake problem

View File

@ -1,3 +1,7 @@
Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
* gtk/gtkstyle.c: fixed a problem introduced recently in
gtk_style_detach witch crashed script_fu.
Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
* gdk/Makefile.am: add a dependence for $(DEP_FILES) on
$(BUILT_SOURCES) to work around automake problem

View File

@ -1,3 +1,7 @@
Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
* gtk/gtkstyle.c: fixed a problem introduced recently in
gtk_style_detach witch crashed script_fu.
Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
* gdk/Makefile.am: add a dependence for $(DEP_FILES) on
$(BUILT_SOURCES) to work around automake problem

View File

@ -1,3 +1,7 @@
Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
* gtk/gtkstyle.c: fixed a problem introduced recently in
gtk_style_detach witch crashed script_fu.
Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
* gdk/Makefile.am: add a dependence for $(DEP_FILES) on
$(BUILT_SOURCES) to work around automake problem

View File

@ -1,3 +1,7 @@
Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
* gtk/gtkstyle.c: fixed a problem introduced recently in
gtk_style_detach witch crashed script_fu.
Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
* gdk/Makefile.am: add a dependence for $(DEP_FILES) on
$(BUILT_SOURCES) to work around automake problem

View File

@ -1,3 +1,7 @@
Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
* gtk/gtkstyle.c: fixed a problem introduced recently in
gtk_style_detach witch crashed script_fu.
Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
* gdk/Makefile.am: add a dependence for $(DEP_FILES) on
$(BUILT_SOURCES) to work around automake problem

View File

@ -1,3 +1,7 @@
Wed Dec 3 1997 Jay Painter <jpaint@serv.net>
* gtk/gtkstyle.c: fixed a problem introduced recently in
gtk_style_detach witch crashed script_fu.
Wed Dec 3 1997 Owen Taylor <owt1@cornell.edu>
* gdk/Makefile.am: add a dependence for $(DEP_FILES) on
$(BUILT_SOURCES) to work around automake problem

View File

@ -297,8 +297,9 @@ gtk_style_detach (GtkStyle *style)
style->depth = -1;
style->colormap = NULL;
gtk_style_remove (style);
}
gtk_style_remove (style);
}
GtkStyle*