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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user