Lot of little fixes to make it to compile without most of the deprecated stuff

This commit is contained in:
Lauris Kaplinski 2002-02-04 17:48:43 +00:00
parent 679900bb5f
commit 35e192827a
31 changed files with 254 additions and 124 deletions

View file

@ -1,3 +1,7 @@
2002-02-04 Lauris Kaplinski <lauris@ximian.com>
* gnome-ui-properties.c (dialog_button_clicked_cb): Use GtkDialog
2002-02-01 Seth Nickell <snickell@stanford.edu>
* behavior-capplet.png:

View file

@ -66,7 +66,7 @@ toolbar_to_widget (GConfValue *value)
static void
dialog_button_clicked_cb (GnomeDialog *dialog, gint response_id, GConfChangeSet *changeset)
dialog_button_clicked_cb (GtkDialog *dialog, gint response_id, GConfChangeSet *changeset)
{
switch (response_id)
{