[gnome-todo] color-button: Drop gtk_widget_set_has_surface()
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] color-button: Drop gtk_widget_set_has_surface()
- Date: Thu, 6 Jun 2019 01:50:06 +0000 (UTC)
commit 9bfd774929816e2201d631ec12400d72d00e37cf
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Jun 5 22:49:43 2019 -0300
color-button: Drop gtk_widget_set_has_surface()
src/widgets/gtd-color-button.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/widgets/gtd-color-button.c b/src/widgets/gtd-color-button.c
index 5965950..ebb3f94 100644
--- a/src/widgets/gtd-color-button.c
+++ b/src/widgets/gtd-color-button.c
@@ -230,7 +230,6 @@ gtd_color_button_init (GtdColorButton *self)
gtk_widget_set_parent (self->selected_icon, GTK_WIDGET (self));
gtk_widget_set_can_focus (GTK_WIDGET (self), TRUE);
- gtk_widget_set_has_surface (GTK_WIDGET (self), FALSE);
}
GtkWidget*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]