[GnomeMeeting-list] bug in 0.85.1?



In pref_window.cpp...

  gtk_option_menu_set_history (GTK_OPTION_MENU (pw->opt2), 
	gconf_client_get_int (client, "/apps/gnomemeeting/devices/video_format",
NULL));


was "/apps/gnomemeeting/devices/video_size", probably a copy&paste error?

BTW, what is the purpose of the following:
  /* Set the data to be able to block the signal later */
  gtk_object_set_data (GTK_OBJECT (pw->opt2), "gconf_key",
		       (void *) "/apps/gnomemeeting/devices/video_format");

  gtk_signal_connect (GTK_OBJECT (GTK_OPTION_MENU (pw->opt2)->menu), 
		      "deactivate",
 		      GTK_SIGNAL_FUNC (option_menu_changed), 
		      (gpointer) gtk_object_get_data (GTK_OBJECT (pw->opt2),
						      "gconf_key"));

Regards,
Guilhem.


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]