Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

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

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by chiragjain1989

patch for the depreciated macro GTK_WIDGET_HAS_FOCUS

comment:1 Changed 14 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 14 years ago by chiragjain1989

comment:2 Changed 14 years ago by chiragjain1989

attached the gtk_widget_is_sensitive.patch

Note: See TracTickets for help on using tickets.