diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-05-02 12:48:52 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-05-02 12:48:52 +0000 |
commit | 061f252873596d738452923ea99e1e8419347da4 (patch) | |
tree | 9e2ffb1e5c589c9791939bad7098047fdcc6f333 /ChangeLog.pre-2-10 | |
parent | 5d6f77b4ed3cd6bf2ead8a5b0430bc1fc2f8c186 (diff) | |
download | gtk+-061f252873596d738452923ea99e1e8419347da4.tar.gz |
Use a priv variable when accessing priv multiple times in the same
2006-05-02 Christian Persch <chpe@cvs.gnome.org>
* gtk/gtkpagesetupunixdialog.c:
* gtk/gtkprintcontext.c:
* gtk/gtkprinter.c:
* gtk/gtkprinteroptionwidget.c:
* gtk/gtkprintjob.c:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation.c:
* gtk/gtkprintunixdialog.c: Use a priv variable when accessing priv
multiple times in the same function. Bug #340288.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e230ff9204..bb8dd03d29 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,15 @@ +2006-05-02 Christian Persch <chpe@cvs.gnome.org> + + * gtk/gtkpagesetupunixdialog.c: + * gtk/gtkprintcontext.c: + * gtk/gtkprinter.c: + * gtk/gtkprinteroptionwidget.c: + * gtk/gtkprintjob.c: + * gtk/gtkprintoperation-unix.c: + * gtk/gtkprintoperation.c: + * gtk/gtkprintunixdialog.c: Use a priv variable when accessing priv + multiple times in the same function. Bug #340288. + 2006-05-02 Michael Natterer <mitch@imendio.com> * gtk/gtklabel.c (gtk_label_set_line_wrap): added note about the |