libgimpwidgets/Makefile.am made GimpMemsizeEntry a widget which doesn't
2003-01-05 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpmemsizeentry.[ch]: made GimpMemsizeEntry a widget which doesn't use a GtkAdjustment to store the value. The latter caused problems on 64bit machines since a gdouble doesn't provide enough precision for G_MAXULONG. * libgimpwidgets/gimpwidgets.[ch] * libgimpwidgets/gimpwidgetstypes.h * app/widgets/gimppropwidgets.c: changed accordingly.
This commit is contained in:

committed by
Sven Neumann

parent
5dcf8da089
commit
8f7f7a21f4
@ -12,6 +12,7 @@
|
||||
<!entity GimpDialog SYSTEM "sgml/gimpdialog.sgml">
|
||||
<!entity GimpFileSelection SYSTEM "sgml/gimpfileselection.sgml">
|
||||
<!entity GimpHelpUI SYSTEM "sgml/gimphelpui.sgml">
|
||||
<!entity GimpMemsizeEntry SYSTEM "sgml/gimpmemsizeentry.sgml">
|
||||
<!entity GimpPathEditor SYSTEM "sgml/gimppatheditor.sgml">
|
||||
<!entity GimpPickButton SYSTEM "sgml/gimppickbutton.sgml">
|
||||
<!entity GimpPixmap SYSTEM "sgml/gimppixmap.sgml">
|
||||
@ -34,6 +35,7 @@
|
||||
&GimpColorButton;
|
||||
&GimpColorScale;
|
||||
&GimpFileSelection;
|
||||
&GimpMemsizeEntry;
|
||||
&GimpPathEditor;
|
||||
&GimpPickButton;
|
||||
&GimpPixmap;
|
||||
|
Reference in New Issue
Block a user