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 518251 - no properties button in alacarte
no properties button in alacarte
Status: RESOLVED FIXED
Product: alacarte
Classification: Applications
Component: general
unspecified
Other All
: Low enhancement
: ---
Assigned To: Alacarte Maintainer(s)
Alacarte Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-02-23 16:13 UTC by Przemysław Kulczycki
Modified: 2011-08-23 18:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Patch to add Properties button (and Delete button) to the side button area (3.19 KB, patch)
2008-05-04 21:33 UTC, Matt Jorde
none Details | Review
Add properties and a delete button (4.92 KB, patch)
2011-08-23 18:59 UTC, Olav Vitters
committed Details | Review

Description Przemysław Kulczycki 2008-02-23 16:13:44 UTC
Alacarte should have a properties button for menu entries, just below other buttons (new menu, new element, new separator...). Currently user has to guess how to enter the properties - either by double clicking on a menu entry or by using right click on it. This is probably against HIG. A 'properties' button should be added.

Other information:
Comment 1 Matt Jorde 2008-05-04 21:33:44 UTC
Created attachment 110381 [details] [review]
Patch to add Properties button (and Delete button) to the side button area

This patch adds a 'Properties' button and a 'Delete' button on the right side button area. The Properties button was requested in the bug, but I added the Delete button as well since it seemed to make sense for the same reasons as adding the Properties button.

This patch was made using svn diff from the latest subversion revision (373)

This is my first time submitting a patch to a gnome project, so I apologize if the patch is not in the correct format.
Comment 2 Olav Vitters 2011-08-23 18:59:23 UTC
The following fix has been pushed:
2c45f58 Add properties and a delete button
Comment 3 Olav Vitters 2011-08-23 18:59:26 UTC
Created attachment 194524 [details] [review]
Add properties and a delete button