mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Making GtkCellLayout "no cell area yet" warning a g_critical instead.
This commit is contained in:
parent
66593ef569
commit
04494c5df0
@ -94,7 +94,7 @@
|
||||
#include "gtkintl.h"
|
||||
|
||||
#define warn_no_cell_area(func) \
|
||||
g_warning ("%s: Called but no GtkCellArea is available yet", func)
|
||||
g_critical ("%s: Called but no GtkCellArea is available yet", func)
|
||||
|
||||
typedef GtkCellLayoutIface GtkCellLayoutInterface;
|
||||
G_DEFINE_INTERFACE (GtkCellLayout, gtk_cell_layout, G_TYPE_OBJECT);
|
||||
|
Loading…
Reference in New Issue
Block a user