* src/ui-commands.c: (gl_ui_cmd_file_print):
Unreferencing the print operation sometimes crashes. Just don't do it
right now.
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@643
f5e0f49d-192f-0410-a22d-
a8d8700d0965
+2007-03-28 Jim Evins <evins@snaught.com>
+
+ * src/ui-commands.c: (gl_ui_cmd_file_print):
+ Unreferencing the print operation sometimes crashes. Just don't do it
+ right now.
+
2007-03-28 Jim Evins <evins@snaught.com>
* src/print-op.c: (gl_print_op_construct),
{
gl_print_op_free_settings (window->print_settings);
window->print_settings = gl_print_op_get_settings (op);
-
- g_object_unref (op);
}
gl_debug (DEBUG_COMMANDS, "END");