summaryrefslogtreecommitdiff
path: root/capplets/background/background-properties-capplet.c
diff options
context:
space:
mode:
authorLauris Kaplinski <lauris@src.gnome.org>2002-02-13 16:52:18 +0000
committerLauris Kaplinski <lauris@src.gnome.org>2002-02-13 16:52:18 +0000
commit1eef9d7561b8db1ca2cc4a06f679d4a46fbd96e1 (patch)
tree816fb0c8a9db166c544640c0249ef90daa339f79 /capplets/background/background-properties-capplet.c
parent25e515ba6a6319862b4eb0dfa0606e56d2616993 (diff)
downloadgnome-control-center-1eef9d7561b8db1ca2cc4a06f679d4a46fbd96e1.tar.gz
Replaced all deprecated methods except 2 GtkCTree instances with gnome-2
alternatives.
Diffstat (limited to 'capplets/background/background-properties-capplet.c')
-rw-r--r--capplets/background/background-properties-capplet.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/capplets/background/background-properties-capplet.c b/capplets/background/background-properties-capplet.c
index 572767d55..4ff15acb8 100644
--- a/capplets/background/background-properties-capplet.c
+++ b/capplets/background/background-properties-capplet.c
@@ -26,6 +26,8 @@
# include <config.h>
#endif
+#include <string.h>
+
#include <gnome.h>
#include <gconf/gconf-client.h>
#include <glade/glade.h>
@@ -263,7 +265,7 @@ create_dialog (BGApplier *bg_applier)
/* Callback issued when a button is clicked on the dialog */
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) {
case GTK_RESPONSE_APPLY: