~ubuntu-branches/ubuntu/natty/gnome-utils/natty

« back to all changes in this revision

Viewing changes to gnome-dictionary/src/gdict-pref-dialog.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-10-15 16:52:21 UTC
  • mfrom: (1.1.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20101015165221-pkcuwy7ae4ueffjt
Tags: 2.32.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
  GtkTreeModel *model;
326
326
  GtkTreeIter iter;
327
327
  gboolean is_selected;
328
 
  GdictSource *source;
329
328
  gchar *name, *description;
330
329
  
331
330
  selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (dialog->sources_view));