Bugzilla – Attachment 47216 Details for
Bug 106631
mouse configuration during installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
mouse_proposal.dif
mouse.dif (text/plain), 1.04 KB, created by
Marcus Schaefer
on 2005-08-23 13:55:14 UTC
(
hide
)
Description:
mouse_proposal.dif
Filename:
MIME Type:
Creator:
Marcus Schaefer
Created:
2005-08-23 13:55:14 UTC
Size:
1.04 KB
patch
obsolete
>Index: src/proposal/mouse_proposal.ycp >=================================================================== >--- src/proposal/mouse_proposal.ycp (revision 25158) >+++ src/proposal/mouse_proposal.ycp (working copy) >@@ -25,6 +25,7 @@ > textdomain "mouse"; > > import "Mouse"; >+import "Linuxrc"; > > //=================================================== > // Initialize proposal parameters >@@ -34,6 +35,23 @@ > map ret = $[]; > > //=================================================== >+// Handle installation environment >+//--------------------------------------------------- >+if (! Linuxrc::text ()) { >+ if ( func != "Description" ) { >+ ret = $[ >+ "rich_text_title" : "", >+ "menu_title" : "", >+ "id" : "", >+ "preformatted_proposal" : "<b> </b>", >+ "success" : true >+ ]; >+ return ret; >+ } else { >+ return ret; >+ } >+} >+//=================================================== > // Create proposal for installation/configuration... > //--------------------------------------------------- > if ( func == "MakeProposal" ) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 106631
: 47216