Movie list window: drop "Cinæst" from the window title
authorPhilipp Zabel <philipp.zabel@gmail.com>
Tue, 17 Nov 2009 20:04:37 +0000 (21:04 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 18 Nov 2009 14:36:49 +0000 (15:36 +0100)
The source description is long enough, and space is limited.

src/movie-list-window.vala

index da0cfa2..460741e 100644 (file)
@@ -93,7 +93,7 @@ public class MovieListWindow : StackableWindow {
                set {
                        store.source = value;
                        menu.source = value;
-                       set_title ("Cinæst: " + value.get_description ());
+                       set_title (value.get_description ());
                        filter.title = search_field.get_text ();
                        if (store.start_search (filter)) {
                                movie_list.show ();