Mailinglist Archive: yast-commit (535 mails)
| < Previous | Next > |
[yast-commit] r41180 - /branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc
- From: gs@xxxxxxxxxxxxxxxx
- Date: Tue, 02 Oct 2007 09:21:37 -0000
- Message-id: <20071002092137.EC65D2B07E@xxxxxxxxxxxxxxxx>
Author: gs
Date: Tue Oct 2 11:21:37 2007
New Revision: 41180
URL: http://svn.opensuse.org/viewcvs/yast?rev=41180&view=rev
Log:
don't set notify mode
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc?rev=41180&r1=41179&r2=41180&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc Tue Oct 2 11:21:37 2007
@@ -45,7 +45,6 @@
wtext->setValue( text );
wtext->setFldtype( t );
wtext->setReturnOnReturn( true );
- wtext->setNotify( true );
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Oct 2 11:21:37 2007
New Revision: 41180
URL: http://svn.opensuse.org/viewcvs/yast?rev=41180&view=rev
Log:
don't set notify mode
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc?rev=41180&r1=41179&r2=41180&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCPopupTextEntry.cc Tue Oct 2 11:21:37 2007
@@ -45,7 +45,6 @@
wtext->setValue( text );
wtext->setFldtype( t );
wtext->setReturnOnReturn( true );
- wtext->setNotify( true );
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |