Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 16225 | Differences between
and this patch

Collapse All | Expand All

(-)klack/ksteak_ui/ksteak.cpp (-1 / +3 lines)
Lines 44-49 Link Here
44
#include "genericchooser.h"
44
#include "genericchooser.h"
45
#include "../libkdictionary/iso639.h"
45
#include "../libkdictionary/iso639.h"
46
#include "../libkdictionary/klackdictionaryplugin.h"
46
#include "../libkdictionary/klackdictionaryplugin.h"
47
#include <kapplication.h>
47
48
48
49
49
/************************************
50
/************************************
Lines 155-161 Link Here
155
void KSteak::slotCbChanged(void)
156
void KSteak::slotCbChanged(void)
156
{
157
{
157
kdDebug()<<"KSteak::slotCbChanged: "<<Cb->text();
158
kdDebug()<<"KSteak::slotCbChanged: "<<Cb->text();
158
   slotTranslateDCOP( Cb->text() );
159
   if ((kapp->keyboardModifiers() & 4) && (kapp->keyboardModifiers() & 1))
160
       slotTranslateDCOP( Cb->text() );
159
}
161
}
160
162
161
/*************************************
163
/*************************************

Return to bug 16225