Ticket #1930 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

sugar-artwork-0.88

Reported by: chiragjain1989 Owned by: tomeu
Priority: Urgent Milestone: Unspecified by Release Team
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

gtk_widget_has_focus.patch Download (2.1 KB) - added by chiragjain1989 3 years ago.
patch for the depreciated macro GTK_WIDGET_HAS_FOCUS
gtk_widget_is_sensitive.patch Download (1.4 KB) - added by chiragjain1989 3 years ago.

Change History

Changed 3 years ago by chiragjain1989

patch for the depreciated macro GTK_WIDGET_HAS_FOCUS

Changed 3 years ago by alsroot

  • status changed from new to closed
  • resolution set to duplicate

dup of #1899,
patch is not full because GTK_WIDGET_IS_SENSITIVE is also deprecated

Changed 3 years ago by chiragjain1989

Changed 3 years ago by chiragjain1989

attached the gtk_widget_is_sensitive.patch

Note: See TracTickets for help on using tickets.