diff options
author | Yosef Or Boczko <yoseforb@gmail.com> | 2014-01-19 14:28:34 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2014-02-15 17:53:52 -0800 |
commit | 94dc4d65344498d62432bd44e7aca45fcbdf1540 (patch) | |
tree | 6c0aa147fea97f613bcbdcec4ef14eb4ab7cbfee /src/nautilus-location-entry.c | |
parent | 0e8bdf7d0847ebe15520624fd0a5fadfced352a2 (diff) | |
download | nautilus-94dc4d65344498d62432bd44e7aca45fcbdf1540.tar.gz |
toolbar: Port to GtkHeaderBar
https://bugzilla.gnome.org/show_bug.cgi?id=722542
Diffstat (limited to 'src/nautilus-location-entry.c')
-rw-r--r-- | src/nautilus-location-entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-location-entry.c b/src/nautilus-location-entry.c index a5f23f876..e10ee8b62 100644 --- a/src/nautilus-location-entry.c +++ b/src/nautilus-location-entry.c @@ -752,7 +752,7 @@ nautilus_location_entry_new (void) { GtkWidget *entry; - entry = gtk_widget_new (NAUTILUS_TYPE_LOCATION_ENTRY, NULL); + entry = gtk_widget_new (NAUTILUS_TYPE_LOCATION_ENTRY, "max-width-chars", 350, NULL); return entry; } |