Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2009 17:29:04 GMT
From:      Jonathan Anderson <jona@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 166683 for review
Message-ID:  <200907281729.n6SHT4LT011623@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=166683

Change 166683 by jona@jona-trustedbsd-belle-vmware on 2009/07/28 17:28:24

	Was missing dbus.h

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/TextEditor.cpp#7 edit
.. //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/TextEditor.ui#2 edit
.. //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/dbus.h#1 add

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/TextEditor.cpp#7 (text+ko) ====

@@ -68,7 +68,7 @@
 	struct ua_powerbox_options options;
 	options.ui              = UA_QT;
 	options.operation       = UA_OPEN_FILE;
-	options.parent_window   = this->winId();
+	options.parent_window   = this->effectiveWinId();
 	options.start_path      = "";
 	options.pathlen         = 0;
 	options.start_fd        = -1;

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/TextEditor.ui#2 (text+ko) ====

@@ -42,22 +42,6 @@
    <addaction name="menuFile" />
   </widget>
   <widget class="QStatusBar" name="statusbar" />
-  <widget class="QToolBar" name="fileToolBar" >
-   <property name="windowTitle" >
-    <string>toolBar</string>
-   </property>
-   <attribute name="toolBarArea" >
-    <enum>TopToolBarArea</enum>
-   </attribute>
-   <attribute name="toolBarBreak" >
-    <bool>false</bool>
-   </attribute>
-   <addaction name="actionOpen" />
-   <addaction name="actionOpenRaw" />
-   <addaction name="actionSave" />
-   <addaction name="actionClose" />
-   <addaction name="actionQuit" />
-  </widget>
   <action name="actionOpen" >
    <property name="icon" >
     <iconset resource="TextEditor.qrc" >



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907281729.n6SHT4LT011623>