Remove GTK+ deprecated symbols
https://bugzilla.gnome.org/show_bug.cgi?id=572325
This commit is contained in:
parent
6012559536
commit
825434bbcd
7 changed files with 26 additions and 18 deletions
|
@ -518,7 +518,7 @@ postpone_clicked_cb (GtkWidget *button,
|
|||
return;
|
||||
}
|
||||
|
||||
if (GTK_WIDGET_VISIBLE (priv->postpone_entry)) {
|
||||
if (gtk_widget_get_visible (priv->postpone_entry)) {
|
||||
gtk_widget_activate (priv->postpone_entry);
|
||||
return;
|
||||
}
|
||||
|
@ -611,7 +611,7 @@ label_expose_event_cb (GtkLabel *label,
|
|||
|
||||
gtk_paint_layout (widget->style,
|
||||
widget->window,
|
||||
GTK_WIDGET_STATE (widget),
|
||||
gtk_widget_get_state (widget),
|
||||
FALSE,
|
||||
&event->area,
|
||||
widget,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue