aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-10-02 21:13:59 +0000
committerGuy Harris <guy@alum.mit.edu>2012-10-02 21:13:59 +0000
commit73dd0321eaabbf0e741a497fc0f7066f5759043d (patch)
treefdb84239b32c2f3242af0f9225173dfce4f0cd3b /ui/gtk
parent692bd926992eb07431d58c172ae362cd31957dca (diff)
Get rid of the always-null and unused argument to
host_name_lookup_process(). If, in the future, we find that we need an argument for changes we're making, we can add it then. svn path=/trunk/; revision=45269
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/main.c b/ui/gtk/main.c
index 7db990750e..5e83697c08 100644
--- a/ui/gtk/main.c
+++ b/ui/gtk/main.c
@@ -1339,7 +1339,7 @@ static gboolean
resolv_update_cb(gpointer data _U_)
{
/* Anything new show up? */
- if (host_name_lookup_process(NULL)) {
+ if (host_name_lookup_process()) {
if (gtk_widget_get_window(pkt_scrollw))
gdk_window_invalidate_rect(gtk_widget_get_window(pkt_scrollw), NULL, TRUE);
if (gtk_widget_get_window(tv_scrollw))