mozilla-kde.patch
branchfirefox47
changeset 918 0f93e8da34b6
parent 916 2f9f2e040647
child 923 3cc9f17ca9bb
equal deleted inserted replaced
916:2f9f2e040647 918:0f93e8da34b6
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  f2726ebfae7cdded8e7ca6030829b0a3fae4e438
     2 # Parent  d153e2141b97a77b90ba0b9befe2d80330dcd472
     3 Description: Add KDE integration to Firefox (toolkit parts)
     3 Description: Add KDE integration to Firefox (toolkit parts)
     4 Author: Wolfgang Rosenauer <wolfgang@rosenauer.org>
     4 Author: Wolfgang Rosenauer <wolfgang@rosenauer.org>
     5 Author: Lubos Lunak <lunak@suse.com>
     5 Author: Lubos Lunak <lunak@suse.com>
     6 Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=140751
     6 Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=140751
     7      https://bugzilla.novell.com/show_bug.cgi?id=170055
     7      https://bugzilla.novell.com/show_bug.cgi?id=170055
   335 +        <children/>
   335 +        <children/>
   336 +      </xul:vbox>
   336 +      </xul:vbox>
   337 +
   337 +
   338 +      <xul:hbox class="dialog-button-box" anonid="buttons"
   338 +      <xul:hbox class="dialog-button-box" anonid="buttons"
   339 +                xbl:inherits="pack=buttonpack,align=buttonalign,dir=buttondir,orient=buttonorient"
   339 +                xbl:inherits="pack=buttonpack,align=buttonalign,dir=buttondir,orient=buttonorient"
   340 +#ifdef XP_UNIX
   340 +#ifdef XP_UNIX_GNOME
   341 +                >
   341 +                >
   342 +        <xul:button dlgtype="disclosure" class="dialog-button" hidden="true"/>
   342 +        <xul:button dlgtype="disclosure" class="dialog-button" hidden="true"/>
   343 +        <xul:button dlgtype="help" class="dialog-button" hidden="true"/>
   343 +        <xul:button dlgtype="help" class="dialog-button" hidden="true"/>
   344 +        <xul:button dlgtype="extra2" class="dialog-button" hidden="true"/>
   344 +        <xul:button dlgtype="extra2" class="dialog-button" hidden="true"/>
   345 +        <xul:button dlgtype="extra1" class="dialog-button" hidden="true"/>
   345 +        <xul:button dlgtype="extra1" class="dialog-button" hidden="true"/>