CVSROOT:        /cvs/gnome
Module name:    gtkmm
Changes by:     murrayc 06/08/02 13:49:31

Modified files:
        .              : ChangeLog 
        examples/book/printing/advanced: previewdialog.cc 
                                         printformoperation.cc 
                                         printformoperation.h 

Log message:
2006-08-02  Murray Cumming  <[EMAIL PROTECTED]>

* examples/book/printing/advanced/previewdialog.cc:
Constructor: Initialize m_DpiX and m_DpiY, as noticed by valgrind.
Connect to signals here instead of later, so we do not risk connecting
more than once.
on_drawing_area_realized(): Check gdk_window is not null before using it.
on_popreview_got_page_size(): Check that drawing_area is realized before
trying to get its allocation. Possibly not necessary. Check the pango
layout is not null before using it.
* examples/book/printing/advanced/printformoperation.cc: on_draw_page():
Check that the print context and pango layout are not null before using
them.
* examples/book/printing/advanced/printformoperation.h: Connect to the
hide signal of the dialog instead of delete_event().

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gtkmm&who=murrayc&date=explicit&mindate=2006-08-02%2013:48&maxdate=2006-08-02%2013:50

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

Reply via email to