forked from AuroraMiddleware/gtk
shortcutswindow: Stop setting type hints
This commit is contained in:
parent
66669e0573
commit
ef9d7612f6
@ -875,7 +875,6 @@ gtk_shortcuts_window_init (GtkShortcutsWindow *self)
|
||||
PangoAttrList *attributes;
|
||||
|
||||
gtk_window_set_resizable (GTK_WINDOW (self), FALSE);
|
||||
gtk_window_set_type_hint (GTK_WINDOW (self), GDK_SURFACE_TYPE_HINT_DIALOG);
|
||||
|
||||
priv->keywords = g_hash_table_new_full (NULL, NULL, NULL, g_free);
|
||||
priv->search_items_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user