It depends on what you want to do.
Web programming? PHP, ASP.NET (and ASP.NET MVC framework), Python, Ruby and Ruby on Rails, JavaScript, HTML/CSS for the front end...
Desktop app programming? Java, C#, C++, Python...
Embedded systems? C, C++...
Maybe learn a new paradigm...Clojure or F# for functional programming, AspectJ for aspect-oriented programming, or go deeper into object-oriented programming with Eiffel or Smalltalk.
Or perhaps move away from languages and learn tools. Pick up a new IDE. Currently using Visual Studio? Maybe do some Java programming in Eclipse or NetBeans. Using CVS for version control? Try Git or Mercurial to learn about distributed version control.
There's really no one right answer.