Merge lp:~rodrigo-moya/ubuntuone-client/fix-undefined-symbol into lp:ubuntuone-client/stable-1-4

Proposed by Rodrigo Moya
Status: Merged
Approved by: Natalia Bidart
Approved revision: 729
Merged at revision: 729
Proposed branch: lp:~rodrigo-moya/ubuntuone-client/fix-undefined-symbol
Merge into: lp:ubuntuone-client/stable-1-4
Diff against target: 12 lines (+1/-1)
1 file modified
nautilus/ubuntuone-nautilus.c (+1/-1)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntuone-client/fix-undefined-symbol
Reviewer Review Type Date Requested Status
Natalia Bidart (community) Approve
Manuel de la Peña (community) Approve
Review via email: mp+36861@code.launchpad.net

Commit message

Don't call an undefined symbol

Description of the change

Don't call an undefined symbol

To post a comment you must log in.
Revision history for this message
Manuel de la Peña (mandel) wrote :

+1

review: Approve
Revision history for this message
Natalia Bidart (nataliabidart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'nautilus/ubuntuone-nautilus.c'
2--- nautilus/ubuntuone-nautilus.c 2010-09-24 08:37:16 +0000
3+++ nautilus/ubuntuone-nautilus.c 2010-09-28 13:12:59 +0000
4@@ -1269,7 +1269,7 @@
5
6 path = syncdaemon_share_info_get_path (share_info);
7 if (success) {
8- g_hash_table_table_remove (uon->shares, path);
9+ g_hash_table_remove (uon->shares, path);
10 ubuntuone_nautilus_reset_emblem (uon, path);
11 } else {
12 if (path != NULL) {

Subscribers

People subscribed via source and target branches