]> git.eshelyaron.com Git - emacs.git/commitdiff
(XTread_socket): Don't call popup_get_selection here.
authorKarl Heuer <kwzh@gnu.org>
Fri, 26 May 1995 22:46:36 +0000 (22:46 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 26 May 1995 22:46:36 +0000 (22:46 +0000)
src/xterm.c

index c95c98ad195b23ab9ea9876e6f522fd47f7daf74..a11f8466896157885fb6b1a8bc5809972d59815c 100644 (file)
@@ -3917,6 +3917,8 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
 
                    if (bar)
                      x_scroll_bar_handle_click (bar, &event, &emacs_event);
+#if 0 /* It doesn't make sense to do this.
+        Menu bar clicks are handled within the toolkit itself.  */
 #ifdef USE_X_TOOLKIT
                    else
                      {
@@ -3926,6 +3928,7 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
                        break;
                      }
 #endif /* USE_X_TOOLKIT */
+#endif
                  }
 
                if (event.type == ButtonPress)