galeon r8941 - in trunk: . mozilla
- From: philipl svn gnome org
- To: svn-commits-list gnome org
- Subject: galeon r8941 - in trunk: . mozilla
- Date: Sat, 2 Feb 2008 21:17:23 +0000 (GMT)
Author: philipl
Date: Sat Feb 2 21:17:23 2008
New Revision: 8941
URL: http://svn.gnome.org/viewvc/galeon?rev=8941&view=rev
Log:
2008-02-02 Philip Langdale <philipl alumni utexas net>
* mozilla/GaleonUtils.cpp: Call SetPaperSizeType,
not SetPaperSize. That's what we always wanted
and SetPaperSize was removed.
Modified:
trunk/ChangeLog
trunk/mozilla/GaleonUtils.cpp
Modified: trunk/mozilla/GaleonUtils.cpp
==============================================================================
--- trunk/mozilla/GaleonUtils.cpp (original)
+++ trunk/mozilla/GaleonUtils.cpp Sat Feb 2 21:17:23 2008
@@ -304,7 +304,7 @@
}
/* native paper size formats. Our dialog does not support custom yet */
- options->SetPaperSize (nsIPrintSettings::kPaperSizeNativeData);
+ options->SetPaperSizeType (nsIPrintSettings::kPaperSizeNativeData);
gchar *paperName = (gchar *)g_ptr_array_index(info->paper_array, info->paper);
options->SetPaperName (GulString (paperName).get());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]