~ubuntu-branches/ubuntu/saucy/folks/saucy

« back to all changes in this revision

Viewing changes to tests/libsocialweb/dummy-lsw.vala

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2012-03-30 20:03:30 UTC
  • mfrom: (1.1.29) (4.1.16 sid)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: package-import@ubuntu.com-20120330200330-avl20v75pckn02v3
* d/p/0001-tpf-persona-use-tp_connection_get_account.patch
  + Added, fixes crash when accounts are disconnecting/connecting
* Target unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
          var conn = Bus.get_sync (BusType.SESSION);
71
71
          conn.get_proxy<LibsocialwebTest.ContactView>
72
72
              .begin<LibsocialwebTest.ContactView> (
73
 
              "com.meego.libsocialweb", view_path, 0, null, (v) =>
 
73
              "org.gnome.libsocialweb", view_path, 0, null, (v) =>
74
74
            {
75
75
              LibsocialwebTest.ContactView view
76
76
                  = (LibsocialwebTest.ContactView)v;
119
119
                    {
120
120
                      var conn = Bus.get_sync (BusType.SESSION);
121
121
                      conn.emit_signal (null, path,
122
 
                          "com.meego.libsocialweb.ContactView",
 
122
                          "org.gnome.libsocialweb.ContactView",
123
123
                          "ContactsAdded", v);
124
124
                    }
125
125
                  catch (GLib.IOError e)
210
210
            {
211
211
              var conn = Bus.get_sync (BusType.SESSION);
212
212
              conn.emit_signal (null, view_path,
213
 
                  "com.meego.libsocialweb.ContactView",
 
213
                  "org.gnome.libsocialweb.ContactView",
214
214
                  "ContactsChanged", v);
215
215
            }
216
216
          catch (GLib.IOError e)
253
253
            {
254
254
              var conn = Bus.get_sync (BusType.SESSION);
255
255
              conn.emit_signal (null, view_path,
256
 
                  "com.meego.libsocialweb.ContactView",
 
256
                  "org.gnome.libsocialweb.ContactView",
257
257
                  "ContactsRemoved", v);
258
258
            }
259
259
          catch (GLib.IOError e)