mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 09:50:06 +00:00
gtk/gtkfilechooserbutton.c: Use accessor functions to access GtkWindow
This commit is contained in:
parent
65266d971e
commit
64fca99a89
@ -661,7 +661,7 @@ gtk_file_chooser_button_constructor (GType type,
|
|||||||
|
|
||||||
gtk_file_chooser_button_set_title (button, _(DEFAULT_TITLE));
|
gtk_file_chooser_button_set_title (button, _(DEFAULT_TITLE));
|
||||||
}
|
}
|
||||||
else if (!GTK_WINDOW (priv->dialog)->title)
|
else if (!gtk_window_get_title (GTK_WINDOW (priv->dialog)))
|
||||||
{
|
{
|
||||||
gtk_file_chooser_button_set_title (button, _(DEFAULT_TITLE));
|
gtk_file_chooser_button_set_title (button, _(DEFAULT_TITLE));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user