#1930 closed defect (duplicate)
sugar-artwork-0.88
Reported by: | chiragjain1989 | Owned by: | tomeu |
---|---|---|---|
Priority: | Urgent | Milestone: | Unspecified |
Component: | Sugar | Version: | 0.88.x |
Severity: | Major | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
GTK_WIDGET_HAS_FOCUS macro has been depreciated http://library.gnome.org/devel/gtk/stable/GtkWidget.html
and thus should not be used in newly written code. We should use the gtk_widget_has_focus() function instead.
Attachments (2)
Change History (4)
Changed 13 years ago by chiragjain1989
comment:1 Changed 13 years ago by alsroot
- Resolution set to duplicate
- Status changed from new to closed
dup of #1899,
patch is not full because GTK_WIDGET_IS_SENSITIVE is also deprecated
Changed 13 years ago by chiragjain1989
comment:2 Changed 13 years ago by chiragjain1989
attached the gtk_widget_is_sensitive.patch
Note: See
TracTickets for help on using
tickets.
patch for the depreciated macro GTK_WIDGET_HAS_FOCUS