! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Treeview is synced through different instances
Status:
RESOLVED: FIXED
Product:
Xfce4-appfinder
Component:
General

Comments

Description Mike Massonnet editbugs 2009-11-30 23:09:53 CET
When you run 2 or more instances and click the categories radio buttons, the treeview will refresh in each of the different instances.
Comment 1 Mike Massonnet editbugs 2010-03-26 17:01:18 CET
Created attachment 2906 
No need to send a notify for category

Looking at the code, g_object_set("category", ...) calls _xfce_appfinder_window_set_category and this particular function calls g_notify(..., "category").

Something I now learnt is that notify are working for IPC, but this is not something we want here. The patch removes the g_notify call.
Comment 2 Nick Schermer editbugs 2010-09-13 06:32:20 CEST
That fix won't work properly, the notify is needed for the xfconf binding to save the new setting. Instead I dropped the binding and used normal set/get in master.

Bug #6043

Reported by:
Mike Massonnet
Reported on: 2009-11-30
Last modified on: 2010-09-13

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Version:
Unspecified

Attachments

No need to send a notify for category (787 bytes, patch)
2010-03-26 17:01 CET , Mike Massonnet
no flags

Additional information