Minor style change.
This commit is contained in:
parent
dd705d43eb
commit
3e89b4451c
1 changed files with 1 additions and 1 deletions
2
surf.c
2
surf.c
|
@ -993,7 +993,7 @@ menuactivate(GtkMenuItem *item, Client *c) {
|
||||||
uri = gtk_clipboard_wait_for_text(clpbrd);
|
uri = gtk_clipboard_wait_for_text(clpbrd);
|
||||||
if(uri)
|
if(uri)
|
||||||
gtk_clipboard_set_text(prisel, uri, -1);
|
gtk_clipboard_set_text(prisel, uri, -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue