Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 619341 Details for
Bug 861709
swell foop does not have a preferences button
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to add a preferences button
swell-foop-preferences.patch (text/plain), 783 bytes, created by
Ignacio Hernandez
on 2012-09-30 07:21:13 UTC
(
hide
)
Description:
Patch to add a preferences button
Filename:
MIME Type:
Creator:
Ignacio Hernandez
Created:
2012-09-30 07:21:13 UTC
Size:
783 bytes
patch
obsolete
>--- /swell-foop/src/swell-foop.vala >+++ /swell-foop/src/swell-foop.vala >@@ -89,6 +89,15 @@ > new_game_button.show (); > toolbar.insert (new_game_button, -1); > >+ /* Create the preferences button */ >+ var preferences_button = new Gtk.ToolButton (null, "_Preferences"); >+ preferences_button.icon_name = "gnome-settings"; >+ preferences_button.use_underline = true; >+ preferences_button.action_name = "app.preferences"; >+ preferences_button.is_important = true; >+ preferences_button.show (); >+ toolbar.insert (preferences_button, -1); >+ > /* Create a label in toolbar showing the score etc. */ > var status_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 10); > status_box.halign = Gtk.Align.END;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 861709
:
619340
| 619341