[yast-commit] r48032 - /branches/tmp/aschnell/part-redesign/storage/src/modules/TabPanel.ycp
Author: aschnell Date: Tue Jun 3 17:52:17 2008 New Revision: 48032 URL: http://svn.opensuse.org/viewcvs/yast?rev=48032&view=rev Log: - fixed type Modified: branches/tmp/aschnell/part-redesign/storage/src/modules/TabPanel.ycp Modified: branches/tmp/aschnell/part-redesign/storage/src/modules/TabPanel.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/aschnell/part-redesign/storage/src/modules/TabPanel.ycp?rev=48032&r1=48031&r2=48032&view=diff ============================================================================== --- branches/tmp/aschnell/part-redesign/storage/src/modules/TabPanel.ycp (original) +++ branches/tmp/aschnell/part-redesign/storage/src/modules/TabPanel.ycp Tue Jun 3 17:52:17 2008 @@ -35,7 +35,7 @@ void CallHandle(symbol widget) { map tmp = data[current_item]:nil; - void(any, any) handle_func = (void(any, symbol)) tmp[`handle]:nil; + void(any, symbol) handle_func = (void(any, symbol)) tmp[`handle]:nil; if (handle_func != nil) { any user_data = tmp[`user_data]:nil; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org