~noskcaj/ubuntu/trusty/libgweather/merge-svn

« back to all changes in this revision

Viewing changes to libgweather/location-entry.c

  • Committer: Jackson Doak
  • Date: 2013-12-25 00:33:55 UTC
  • Revision ID: noskcaj@ubuntu.com-20131225003355-5d0fwaztt3ltd6a5
decommit patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
 
232
232
    g_return_if_fail (GWEATHER_IS_LOCATION_ENTRY (entry));
233
233
 
234
 
    if (loc == NULL) {
235
 
      set_location_internal (entry, model, NULL, NULL);
236
 
      return;
237
 
    }
238
 
 
239
234
    completion = gtk_entry_get_completion (GTK_ENTRY (entry));
240
235
    model = gtk_entry_completion_get_model (completion);
241
236