Lot of little fixes to make it to compile without most of the deprecated stuff
This commit is contained in:
parent
679900bb5f
commit
35e192827a
31 changed files with 254 additions and 124 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue