Merge lp:~avlabs314/cable/cable into lp:cable

Proposed by Auroral Xylon
Status: Merged
Merged at revision: 43
Proposed branch: lp:~avlabs314/cable/cable
Merge into: lp:cable
Diff against target: 12 lines (+1/-1)
1 file modified
src/Widgets/Room.vala (+1/-1)
To merge this branch: bzr merge lp:~avlabs314/cable/cable
Reviewer Review Type Date Requested Status
Julien Spautz Approve
Review via email: mp+168510@code.launchpad.net

Description of the change

Made a change to lien 77 in Room.vala so that the current code could actually compile.

To post a comment you must log in.
Revision history for this message
Julien Spautz (julien-spautz) wrote :

The code compiles on my machine, and your branch doesn't really seem to change anything, at least not for me. I'll merge nevertheless.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Widgets/Room.vala'
2--- src/Widgets/Room.vala 2013-06-06 20:49:15 +0000
3+++ src/Widgets/Room.vala 2013-06-10 18:22:35 +0000
4@@ -74,7 +74,7 @@
5 topic_name.halign = Gtk.Align.FILL;
6 topic_name.valign = Gtk.Align.FILL;
7
8- Gtk.Container content = topic.get_content_area ();
9+ Gtk.Container content = (Gtk.Container)topic.get_content_area ();
10 content.add (topic_name);
11
12 operators = new Granite.Widgets.SourceList.ExpandableItem (_("Operators"));

Subscribers

People subscribed via source and target branches

to all changes: