mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
Fix a compiler warning
This commit is contained in:
parent
8f593827cf
commit
c8a9e7fa82
@ -2322,7 +2322,7 @@ save_widgets_create (GtkFileChooserWidget *impl)
|
|||||||
{
|
{
|
||||||
location_entry_disconnect (impl);
|
location_entry_disconnect (impl);
|
||||||
impl->location_entry = impl->external_entry;
|
impl->location_entry = impl->external_entry;
|
||||||
g_object_add_weak_pointer (impl->external_entry, (gpointer *)&impl->location_entry);
|
g_object_add_weak_pointer (G_OBJECT (impl->external_entry), (gpointer *)&impl->location_entry);
|
||||||
location_entry_setup (impl);
|
location_entry_setup (impl);
|
||||||
|
|
||||||
g_signal_connect_after (gtk_entry_get_key_controller (GTK_ENTRY (impl->external_entry)),
|
g_signal_connect_after (gtk_entry_get_key_controller (GTK_ENTRY (impl->external_entry)),
|
||||||
|
Loading…
Reference in New Issue
Block a user