Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.)
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_button_press): Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.)
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||||
|
Don't handle button 2/3 on the tabs. (#82118,
|
||||||
|
Matt Wilson.)
|
||||||
|
|
||||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||||
|
Don't handle button 2/3 on the tabs. (#82118,
|
||||||
|
Matt Wilson.)
|
||||||
|
|
||||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||||
|
Don't handle button 2/3 on the tabs. (#82118,
|
||||||
|
Matt Wilson.)
|
||||||
|
|
||||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||||
|
Don't handle button 2/3 on the tabs. (#82118,
|
||||||
|
Matt Wilson.)
|
||||||
|
|
||||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||||
|
Don't handle button 2/3 on the tabs. (#82118,
|
||||||
|
Matt Wilson.)
|
||||||
|
|
||||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtknotebook.c (gtk_notebook_button_press):
|
||||||
|
Don't handle button 2/3 on the tabs. (#82118,
|
||||||
|
Matt Wilson.)
|
||||||
|
|
||||||
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
Fri Oct 25 17:32:44 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
* gtk/gtktoolbar.c: Don't insert mnemonics for stock
|
||||||
|
@ -1595,6 +1595,9 @@ gtk_notebook_button_press (GtkWidget *widget,
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (event->button != 1)
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
num = 0;
|
num = 0;
|
||||||
children = notebook->children;
|
children = notebook->children;
|
||||||
while (children)
|
while (children)
|
||||||
|
Reference in New Issue
Block a user