cpw.qulogic.gtk3: 995404db: Fix an incorrect function call. Probably...

qulogic at pidgin.im qulogic at pidgin.im
Sun Oct 9 04:34:47 EDT 2011


----------------------------------------------------------------------
Revision: 995404db2b8a0fd85c8cf7b2533dcc52215bebbd
Parent:   3efb4afc701d9171c472e58f2394b484c073efe2
Author:   qulogic at pidgin.im
Date:     10/08/11 17:58:16
Branch:   im.pidgin.cpw.qulogic.gtk3
URL: http://d.pidgin.im/viewmtn/revision/info/995404db2b8a0fd85c8cf7b2533dcc52215bebbd

Changelog: 

Fix an incorrect function call. Probably a merge error.

Changes against parent 3efb4afc701d9171c472e58f2394b484c073efe2

  patched  pidgin/gtkconv.c

-------------- next part --------------
============================================================
--- pidgin/gtkconv.c	161dca28367d6c526b90d07358a16dc4ff03ae95
+++ pidgin/gtkconv.c	8fe5d04f356abad26ccea0b0f436411b9fdb1b00
@@ -3444,7 +3444,7 @@ regenerate_media_items(PidginWindow *win
 		gtk_action_set_sensitive(win->video_call,
 				caps & PURPLE_MEDIA_CAPS_VIDEO
 				? TRUE : FALSE);
-		gtk_widget_set_sensitive(win->audio_video_call, 
+		gtk_action_set_sensitive(win->audio_video_call, 
 				caps & PURPLE_MEDIA_CAPS_AUDIO_VIDEO
 				? TRUE : FALSE);
 	} else if (purple_conversation_get_type(conv)


More information about the Commits mailing list