mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22055 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c15a675fbc
commit
58178af531
2 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,10 @@
|
|||
2005-11-21 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSPasteboard.m: Turn off warning message about launching
|
||||
gpbs ... now that we use host-local connections and expect the
|
||||
pastebaord server to be private to the user, there is no real reason
|
||||
why it shouldn't be routinely launched on demand.
|
||||
|
||||
2005-11-20 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSServicesManager.m: GSContactApplication()
|
||||
|
|
|
@ -1991,17 +1991,16 @@ static NSMapTable *mimeMap = NULL;
|
|||
}
|
||||
else
|
||||
{
|
||||
NSDistributedNotificationCenter *nc;
|
||||
NSNotificationCenter *nc;
|
||||
NSMutableArray *startIndicator;
|
||||
NSArray *args = nil;
|
||||
NSDate *timeoutDate;
|
||||
|
||||
NSLog(@"\nI couldn't contact the pasteboard server for %@ -\n"
|
||||
NSDebugLLog(@"NSPasteboard",
|
||||
@"\nI couldn't contact the pasteboard server for %@ -\n"
|
||||
@"so I'm attempting to start one - which might take a few seconds.\n"
|
||||
@"Trying to launch gpbs from %@ or a machine/operating-system subdirectory.\n"
|
||||
@"It is recommended that you start the pasteboard server (gpbs) when\n"
|
||||
@"your windowing system is started up.\n", description,
|
||||
[cmd stringByDeletingLastPathComponent]);
|
||||
@"Trying to launch gpbs from %@ or a machine/operating-system subdirectory.\n",
|
||||
description, [cmd stringByDeletingLastPathComponent]);
|
||||
|
||||
if ([host length] > 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue