Added new mouse properties capplet

2000-09-12  Bradford Hovinen  <hovinen@helixcode.com>

        * new-keyboard-properties/preferences.c (preferences_clone): Added
	in missing code to copy preferences over
This commit is contained in:
Bradford Hovinen 2000-09-12 15:25:23 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent e97f9d324b
commit 96acc3fd51
12 changed files with 1536 additions and 7 deletions

View file

@ -68,9 +68,7 @@ setup_capplet_widget (void)
gtk_signal_connect (GTK_OBJECT (prefs_widget), "cancel",
GTK_SIGNAL_FUNC (cancel_cb), NULL);
/* FIXME */
gtk_widget_show_all (GTK_WIDGET
(CAPPLET_WIDGET (prefs_widget)->dialog));
gtk_widget_show_all (GTK_WIDGET (prefs_widget));
preferences_thaw (prefs);
}