The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] xconfig: set title bar
@ 2007-10-19 21:55 Randy Dunlap
  2007-10-20 17:14 ` Sam Ravnborg
  0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2007-10-19 21:55 UTC (permalink / raw)
  To: lkml; +Cc: zippel, sam

From: Randy Dunlap <randy.dunlap@oracle.com>

menuconfig and gconfig already place a title (or caption) on the top
bar of their window (or whatever that is properly called).  However,
qconf (xconfig) just says "qconf".  I tried to find a Qt API to set
the title but did not find one, so set the program title (caption)
by using the "-title <caption>" command line option instead.

This can be useful when someone has multiple qconf instances running,
to help differentiate which one is which.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 scripts/kconfig/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.23-git13.orig/scripts/kconfig/Makefile
+++ linux-2.6.23-git13/scripts/kconfig/Makefile
@@ -5,7 +5,7 @@
 PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config
 
 xconfig: $(obj)/qconf
-	$< arch/$(ARCH)/Kconfig
+	$< arch/$(ARCH)/Kconfig -title "Linux v${KERNELVERSION} qconf"
 
 gconfig: $(obj)/gconf
 	$< arch/$(ARCH)/Kconfig

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-10-20 18:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-19 21:55 [PATCH] xconfig: set title bar Randy Dunlap
2007-10-20 17:14 ` Sam Ravnborg
2007-10-20 18:12   ` Sam Ravnborg
2007-10-20 18:14     ` Randy Dunlap
2007-10-20 18:18   ` Randy Dunlap
2007-10-20 18:30     ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox