Fixed to build with new GAL.
2001-09-24 Tambet Ingo <tambet@ximian.com> * prefs-widget.c (prefs_widget_init): Fixed to build with new GAL.
This commit is contained in:
parent
90e4bac6ed
commit
e8eded8166
2 changed files with 13 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-09-24 Tambet Ingo <tambet@ximian.com>
|
||||||
|
|
||||||
|
* prefs-widget.c (prefs_widget_init): Fixed to build with new GAL.
|
||||||
|
|
||||||
2001-08-23 Kai Lahmann <kl@linuxfaqs.de>
|
2001-08-23 Kai Lahmann <kl@linuxfaqs.de>
|
||||||
|
|
||||||
* screesaver-properties.glade: pwr_conf_dialog had fixed sizes, doh!
|
* screesaver-properties.glade: pwr_conf_dialog had fixed sizes, doh!
|
||||||
|
|
|
@ -222,13 +222,15 @@ prefs_widget_init (PrefsWidget *prefs_widget)
|
||||||
spec = g_strdup_printf (skel, titles[0], titles[1], table_compute_state (SM_CHOOSE_FROM_LIST));
|
spec = g_strdup_printf (skel, titles[0], titles[1], table_compute_state (SM_CHOOSE_FROM_LIST));
|
||||||
prefs_widget->priv->etm =
|
prefs_widget->priv->etm =
|
||||||
e_table_simple_new (model_col_count, model_row_count,
|
e_table_simple_new (model_col_count, model_row_count,
|
||||||
model_value_at, model_set_value_at,
|
NULL,
|
||||||
model_is_cell_editable,
|
model_value_at, model_set_value_at,
|
||||||
model_duplicate_value, model_free_value,
|
model_is_cell_editable,
|
||||||
model_initialize_value,
|
NULL, NULL,
|
||||||
model_value_is_empty,
|
model_duplicate_value, model_free_value,
|
||||||
model_value_to_string,
|
model_initialize_value,
|
||||||
prefs_widget);
|
model_value_is_empty,
|
||||||
|
model_value_to_string,
|
||||||
|
prefs_widget);
|
||||||
|
|
||||||
table = e_table_new (prefs_widget->priv->etm, NULL, spec, NULL);
|
table = e_table_new (prefs_widget->priv->etm, NULL, spec, NULL);
|
||||||
prefs_widget->priv->table = table;
|
prefs_widget->priv->table = table;
|
||||||
|
|
Loading…
Add table
Reference in a new issue