# HG changeset patch # User Nick Roberts # Date 1130203136 0 # Node ID bec18a123c03b512ae569a6a9df0edffd1fdf4f1 # Parent d6cf60ad57dd2053c84e9b48ef1653ec28b9f95d (gdb-put-breakpoint-icon): Correct help-echo. Display hand pointer and help-echo on disabled icon too. diff -r d6cf60ad57dd -r bec18a123c03 lisp/progmodes/gdb-ui.el --- a/lisp/progmodes/gdb-ui.el Tue Oct 25 01:17:51 2005 +0000 +++ b/lisp/progmodes/gdb-ui.el Tue Oct 25 01:18:56 2005 +0000 @@ -2515,7 +2515,7 @@ (putstring (if enabled "B" "b")) (source-window (get-buffer-window (current-buffer) 0))) (add-text-properties - 0 1 '(help-echo "mouse-1: set/clear bkpt, mouse-3: enable/disable bkpt") + 0 1 '(help-echo "mouse-1: clear bkpt, mouse-3: enable/disable bkpt") putstring) (if enabled (add-text-properties @@ -2557,10 +2557,10 @@ (find-image `((:type xpm :data ,breakpoint-xpm-data :conversion disabled - :ascent 100) + :ascent 100 :pointer hand) (:type pbm :data ,breakpoint-disabled-pbm-data - :ascent 100)))))) + :ascent 100 :pointer hand)))))) (+ start 1) putstring 'left-margin))