summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-image.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-06-12 17:23:46 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-06-12 17:23:46 +0000
commit9a8e6cfdc2f8052638e6816e0ffdd36e1b253a6c (patch)
tree73fce8a96ec5e2e45b9be48b8fd3326fdf18305b /src/widgets/gradient-image.cpp
parentReplace deprecated GtkTooltips (diff)
downloadinkscape-9a8e6cfdc2f8052638e6816e0ffdd36e1b253a6c.tar.gz
inkscape-9a8e6cfdc2f8052638e6816e0ffdd36e1b253a6c.zip
Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros
(bzr r10277.1.1)
Diffstat (limited to 'src/widgets/gradient-image.cpp')
-rw-r--r--src/widgets/gradient-image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-image.cpp b/src/widgets/gradient-image.cpp
index 11d2d528a..62a063755 100644
--- a/src/widgets/gradient-image.cpp
+++ b/src/widgets/gradient-image.cpp
@@ -86,7 +86,7 @@ sp_gradient_image_class_init (SPGradientImageClass *klass)
static void
sp_gradient_image_init (SPGradientImage *image)
{
- GTK_WIDGET_SET_FLAGS (image, GTK_NO_WINDOW);
+ gtk_widget_set_has_window (GTK_WIDGET (image), FALSE);
image->gradient = NULL;
image->px = NULL;