Skip to content
  • JodyGoldberg's avatar
    Adjust to the new connect_proxy signals. · c73ab06e
    JodyGoldberg authored
    Mon Jan 12 23:40:34 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* tests/testmerge.c: Adjust to the new connect_proxy signals.
    
    	* gtk/gtkuimanager.c
    	* gtk/gtkactiongroup.c
    	* gtk/gtkaction.c: Move the connect_proxy and disconnect_proxy signals
    	from GtkAction to GtkActionGroup and proxy it on GtkUIManager. This
    	removes the confusion between the disconnect_/connect_proxy signals
    	and the (unrelated) virtual functions of the same name and aligns
    	the setup with the pre_/post_activate signals.
    
    2004-01-12  Jody Goldberg <jody@gnome.org>
    
    	* gtk/gtkaction.c (connect_proxy) : only connect activate for menus
    	  with no submenus otherwise it looks like we activate every time a
    	  submenu opens.
    
    2004-01-10  Jody Goldberg <jody@gnome.org>
    
    	* gtk/gtkuimanager.c (d) : Add a debug macro to quiet the spew.
    	s/merge_signals/ui_manager_signals/ for readability.
    	(gtk_ui_manager_class_init) : add pre_activate and post_activate
    	  signals.
    	(cb_proxy_pre_activate) : new.
    	(cb_prox...
    c73ab06e