Programmatically deleting or inserting a row into a GtkTreeModel implementation does not change the selection on the GtkTreeView even if it is in browse mode (see GTK+ documentation). So, we need to connect to the model's row-deleted and row-inserted signals and adjust the selection ourselves. Fixes: https://bugzilla.gnome.org/682175 |
||
---|---|---|
.. | ||
icons | ||
cc-online-accounts-add-account-dialog.c | ||
cc-online-accounts-add-account-dialog.h | ||
cc-online-accounts-model.c | ||
cc-online-accounts-model.h | ||
cc-online-accounts-panel.c | ||
cc-online-accounts-panel.h | ||
gnome-online-accounts-panel.desktop.in.in | ||
Makefile.am | ||
online-accounts.ui |