After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 648894 - StTooltip: add missing break statement
StTooltip: add missing break statement
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-28 19:46 UTC by Ray Strode [halfline]
Modified: 2011-04-29 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
StTooltip: add missing break statement (885 bytes, patch)
2011-04-28 19:46 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2011-04-28 19:46:06 UTC
Just a small drive by fix.
Comment 1 Ray Strode [halfline] 2011-04-28 19:46:08 UTC
Created attachment 186839 [details] [review]
StTooltip: add missing break statement

This commit is a small fix to prevent the
tip area property setter code from erroneously
falling through to the unhandled property case.
Comment 2 drago01 2011-04-28 21:55:34 UTC
Review of attachment 186839 [details] [review]:

Good catch.
Comment 3 Ray Strode [halfline] 2011-04-29 13:47:19 UTC
Attachment 186839 [details] pushed as 0d440bb - StTooltip: add missing break statement