summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-04-28 11:32:12 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-04-28 11:32:12 +0000
commitdfbef057fcbfdce1ce3b319ec3570c14bdf49a52 (patch)
tree71360fde5385084e3da9a47ecc0e55b7df4da97e /src/ui/dialog/dialog.h
parentDrop GtkObject use in dialog-events (diff)
downloadinkscape-dfbef057fcbfdce1ce3b319ec3570c14bdf49a52.tar.gz
inkscape-dfbef057fcbfdce1ce3b319ec3570c14bdf49a52.zip
Drop GtkObject use in dialog
(bzr r11303)
Diffstat (limited to 'src/ui/dialog/dialog.h')
-rw-r--r--src/ui/dialog/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/dialog.h b/src/ui/dialog/dialog.h
index 43e7dda3b..390649c91 100644
--- a/src/ui/dialog/dialog.h
+++ b/src/ui/dialog/dialog.h
@@ -32,7 +32,7 @@ enum BehaviorType { FLOATING, DOCK };
void sp_retransientize(Inkscape::Application *inkscape, SPDesktop *desktop, gpointer dlgPtr);
gboolean sp_retransientize_again(gpointer dlgPtr);
-void sp_dialog_shutdown(GtkObject *object, gpointer dlgPtr);
+void sp_dialog_shutdown(GObject *object, gpointer dlgPtr);
/**
* Base class for Inkscape dialogs.