all: Don't warn about deprecated gtk_window_present usage

Avoid compilation warnings about internal users of gtk_window_present().
This commit is contained in:
Bastien Nocera
2018-07-25 17:42:26 +02:00
committed by Matthias Clasen
parent 2ca4a3cb41
commit 5d7183ee0c
15 changed files with 49 additions and 6 deletions

View File

@ -591,7 +591,9 @@ gtk_color_button_clicked (GtkButton *b)
gtk_color_chooser_set_rgba (GTK_COLOR_CHOOSER (priv->cs_dialog), &priv->rgba);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_window_present (GTK_WINDOW (priv->cs_dialog));
G_GNUC_END_IGNORE_DEPRECATIONS
}
/**