~timchen119/ubuntu/trusty/gnome-bluetooth/lp1035431

« back to all changes in this revision

Viewing changes to moblin/moblin-copy-n-paste/koto-cell-renderer-pixbuf.c

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-02-27 15:45:22 UTC
  • mfrom: (1.3.2 upstream)
  • mto: (2.2.3 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20110227154522-dnnoqasv5v3mv42a
Tags: upstream-2.91.5
ImportĀ upstreamĀ versionĀ 2.91.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
static void
84
84
koto_cell_renderer_pixbuf_init (KotoCellRendererPixbuf *cellpixbuf)
85
85
{
86
 
  GTK_CELL_RENDERER (cellpixbuf)->mode = GTK_CELL_RENDERER_MODE_ACTIVATABLE;
 
86
  g_object_set (cellpixbuf, "mode", GTK_CELL_RENDERER_MODE_ACTIVATABLE, NULL);
87
87
}
88
88
 
89
89
/*