mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
gnetworkmonitornm: Remove double-space
This commit is contained in:
parent
109f247039
commit
f299886f1f
@ -391,7 +391,7 @@ g_network_monitor_nm_class_init (GNetworkMonitorNMClass *nl_class)
|
|||||||
{
|
{
|
||||||
GObjectClass *gobject_class = G_OBJECT_CLASS (nl_class);
|
GObjectClass *gobject_class = G_OBJECT_CLASS (nl_class);
|
||||||
|
|
||||||
gobject_class->finalize = g_network_monitor_nm_finalize;
|
gobject_class->finalize = g_network_monitor_nm_finalize;
|
||||||
gobject_class->get_property = g_network_monitor_nm_get_property;
|
gobject_class->get_property = g_network_monitor_nm_get_property;
|
||||||
|
|
||||||
g_object_class_override_property (gobject_class, PROP_NETWORK_AVAILABLE, "network-available");
|
g_object_class_override_property (gobject_class, PROP_NETWORK_AVAILABLE, "network-available");
|
||||||
|
Loading…
Reference in New Issue
Block a user