# HG changeset patch # User Sean Egan # Date 1043978203 0 # Node ID c3281e2af992415bd104a13a1e01f1e70fbcb5f4 # Parent f2c1cc22251e11f91ddb473681c51972cf1b806e [gaim-migrate @ 4761] Adobe Systems Inc. has reached a settlement agreement with attornies representing the Gaim project on all litigation. Both sides would like to keep the details of the settlement undisclosed. Macromedia Inc. reached a similar settlement with Adobe when they were sued for infringing on the same patent. committer: Tailor Script diff -r f2c1cc22251e -r c3281e2af992 src/gtkconv.c --- a/src/gtkconv.c Fri Jan 31 00:50:34 2003 +0000 +++ b/src/gtkconv.c Fri Jan 31 01:56:43 2003 +0000 @@ -3197,8 +3197,15 @@ G_CALLBACK(switch_conv_cb), win); /* Setup the tab drag and drop signals. */ + gtk_widget_add_events(gtkwin->notebook, + GDK_BUTTON1_MOTION_MASK | GDK_LEAVE_NOTIFY_MASK); + g_signal_connect(G_OBJECT(gtkwin->notebook), "button_press_event", + G_CALLBACK(notebook_press_cb), win); + g_signal_connect(G_OBJECT(gtkwin->notebook), "button_release_event", + G_CALLBACK(notebook_release_cb), win); + testidea = gtk_vbox_new(FALSE, 0); - + /* Setup the menubar. */ menubar = setup_menubar(win); gtk_box_pack_start(GTK_BOX(testidea), menubar, FALSE, TRUE, 0);