PERFORCE change 164691 for review

Jonathan Anderson jona at FreeBSD.org
Thu Jun 18 23:05:25 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164691

Change 164691 by jona at jona-trustedbsd-kentvm on 2009/06/18 23:04:57

	Allow Qt powerboxes, as well as KDE ones, in the user_angel

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/powerbox.c#6 edit
.. //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/powerbox.h#6 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/powerbox.c#6 (text+ko) ====

@@ -49,6 +49,7 @@
 	// get the filenames from the user
 	switch(options->ui)
 	{
+		case QT:
 		case KDE:
 			if(dbus_powerbox(options, names, len))
 			{

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/powerbox.h#6 (text+ko) ====

@@ -38,7 +38,7 @@
 #include "cap.h"
 
 
-enum capbox_ui_t { KDE /* TODO, GNOME, NCURSES*/ };
+enum capbox_ui_t { QT, KDE /* TODO, GNOME, NCURSES*/ };
 
 enum capbox_op_t
 {


More information about the p4-projects mailing list