update call to prefs_spin_button_add for num-processors too.
2004-06-05 Manish Singh <yosh@gimp.org>
* app/gui/preferences-dialog.c (prefs_dialog_new): update call
to prefs_spin_button_add for num-processors too.
This commit is contained in:
parent
686d431d48
commit
bbf9e45a69
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-06-05 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* app/gui/preferences-dialog.c (prefs_dialog_new): update call
|
||||
to prefs_spin_button_add for num-processors too.
|
||||
|
||||
2004-06-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/script-fu-scripts.c (script_fu_interface):
|
||||
|
|
|
|||
|
|
@ -1901,7 +1901,7 @@ prefs_dialog_new (Gimp *gimp,
|
|||
#ifdef ENABLE_MP
|
||||
prefs_spin_button_add (object, "num-processors", 1.0, 4.0, 0,
|
||||
_("Number of Processors to Use:"),
|
||||
GTK_TABLE (table), 3);
|
||||
GTK_TABLE (table), 3, size_group);
|
||||
#endif /* ENABLE_MP */
|
||||
|
||||
/* Resource Consumption */
|
||||
|
|
|
|||
|
|
@ -1901,7 +1901,7 @@ prefs_dialog_new (Gimp *gimp,
|
|||
#ifdef ENABLE_MP
|
||||
prefs_spin_button_add (object, "num-processors", 1.0, 4.0, 0,
|
||||
_("Number of Processors to Use:"),
|
||||
GTK_TABLE (table), 3);
|
||||
GTK_TABLE (table), 3, size_group);
|
||||
#endif /* ENABLE_MP */
|
||||
|
||||
/* Resource Consumption */
|
||||
|
|
|
|||
Loading…
Reference in a new issue