Displaying 10 results from an estimated 10 matches for "buttonbar".
2011 Jul 20
0
[PATCH] change restart button label to reboot
...t;, INSTALL_BUTTON])
if self.__current_page == FAILED_PAGE:
- buttons.append(["Restart", RESTART_BUTTON])
+ buttons.append(["Reboot", REBOOT_BUTTON])
buttons.append(["Power Off", POWEROFF_BUTTON])
buttonbar = ButtonBar(screen, buttons, compact = 1)
buttongrid = Grid(1,1)
@@ -744,12 +744,12 @@ class NodeInstallScreen:
os.system("/usr/bin/clear;/bin/bash")
elif pressed == QUIT_BUTTON:
abort = ButtonChoiceWindow(self.screen...
2006 Nov 15
1
compiz does not group windows
...g compiz in fc6 and have this problem (tryed 0.3.2 and still
have the same issue):
When a window that have subwindows like gets minimized and I klick on it
on the panels taskbar onle the subwindow shows up, but not the main
window. I have to use alt+tab to open it. it also happens with floating
buttonbars in openoffice so I add a list in openoffice it shows the bar
with the buttons, I minimze it click on it on the taskbar and only the
floating bar shows up, but not the office window which is really
anoying. I can create a screencast showing this problem if you don't
understand what I mean.....
2010 Mar 26
2
file upload error(can't convert Tempfile into String)
...ion
%small
#{t :add_contacts_from_file}
%table{ :width => 500, :cellpadding => 0, :cellspacing => 0 }
%tr
%td{ :valign => :top }
.label.top.req #{t :upload_new}:
=f.file_field :uploads, :style => "width:240px"
.buttonbar
= f.submit "#{t:save_contacts}", :onclick => "this.disabled =
true"
#{t :or}
= link_to_cancel edit_list_path(@list)
i created amodel contact list and nclude amethod as given below
class Contactslist < ActiveRecord::Base
def self.save(upload)...
2005 Mar 16
0
[Bug 2472] New: A different kind of the 'mkdir "*" failed: File exists' bug.
...s/taskbar"
failed: File exists (17)
rsync: mkdir
"/mnt/usb/ronnie/incremental_March.0/home/rsa/src/fvwm-themes-0.6.2/themes/redmond98/modules/pager"
failed: File exists (17)
rsync: mkdir
"/mnt/usb/ronnie/incremental_March.0/home/rsa/src/fvwm-themes-0.6.2/themes/redmond98/modules/buttonbar"
failed: File exists (17
etc .... which can ONLY be the case when the SOURCE directory is deleted and
hence they need to be moved to the incremental directory.
jobst
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -----...
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going.
The code won't get all the way to the define stage since I'm in
the middle of retrofitting it to use virtinst instead of a home
spun node definition.
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com,
including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate,
so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some
logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.