Trying to show only one category posts on my wordpress mainpage

funlol

New member
Feb 20, 2008
853
3
0
New York, NY
Code:
if(is_home()) query_posts(array_merge(array('cat' => 1), $wp_query->query));

Why isn't this working? It was working fine until I upgraded to the latest version of WP.

Basically, what I want to do is show only posts from category #1 on the mainpage.