1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-20 00:35:53 +01:00

updated de.po and fixed a typo

This commit is contained in:
dan
2002-01-10 06:03:06 +00:00
parent 9b63a77d6a
commit 4f84c48ccb
6 changed files with 61 additions and 49 deletions

View File

@@ -2200,11 +2200,13 @@ requestHandler(WMView *view, Atom selection, Atom target, void *cdata,
return NULL;
}
static void
lostHandler(WMView *view, Atom selection, void *cdata)
{
releaseSelection((WMText *)view->self);
}
}
static WMSelectionProcs selectionHandler = {
requestHandler, lostHandler, NULL
@@ -2218,6 +2220,7 @@ ownershipObserver(void *observerData, WMNotification *notification)
lostHandler(WMWidgetView(observerData), XA_PRIMARY, NULL);
}
static void
autoSelectText(Text *tPtr, int clicks)
{
@@ -3176,7 +3179,8 @@ WMCreateTextForDocumentType(WMWidget *parent, WMAction *parser, WMAction *writer
handleActionEvents, tPtr);
WMAddNotificationObserver(ownershipObserver, tPtr,
"_lostOwnership", tPtr);
WMSelectionOwnerDidChangeNotification,
tPtr);
WMSetViewDragSourceProcs(tPtr->view, &_DragSourceProcs);
WMSetViewDragDestinationProcs(tPtr->view, &_DragDestinationProcs);