soc.2009.vulture: 4a215ce2: Fixed right-click message-handling bug.
gdick at soc.pidgin.im
gdick at soc.pidgin.im
Sat Jul 18 16:50:23 EDT 2009
-----------------------------------------------------------------
Revision: 4a215ce2b64dc413c45cd9af0f1fcf3c9b262989
Ancestor: 1f65f627f6deb3ef7111708b483f08fddaf77ad9
Author: gdick at soc.pidgin.im
Date: 2009-07-18T16:52:29
Branch: im.pidgin.soc.2009.vulture
URL: http://d.pidgin.im/viewmtn/revision/info/4a215ce2b64dc413c45cd9af0f1fcf3c9b262989
Modified files:
vulture/vultureblist.c
ChangeLog:
Fixed right-click message-handling bug.
-------------- next part --------------
============================================================
--- vulture/vultureblist.c 9842aad8777354da393097978f46fceacd9293f1
+++ vulture/vultureblist.c 721550e925f3c11a4d0c6bcd9d27333e568e03b7
@@ -682,6 +682,9 @@ static INT_PTR CALLBACK BuddyListDlgProc
g_list_foreach(lpglistVMA, (GFunc)g_free, NULL);
g_list_free(lpglistVMA);
+ /* Allow default right-click processing. */
+ SetWindowLongPtr(hwndDlg, DWLP_MSGRESULT, TRUE);
+
return TRUE;
}
}
More information about the Commits
mailing list