~ubuntu-branches/ubuntu/precise/gedit/precise

« back to all changes in this revision

Viewing changes to gedit/gedit-window.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-04-14 16:41:13 UTC
  • mfrom: (1.1.78 upstream)
  • Revision ID: james.westby@ubuntu.com-20100414164113-0xgl3u73pcs0ngbc
Tags: 2.30.0git20100413-0ubuntu1
* Updating to git snaptshot since 2.30.1 will be after lucid
* debian/patches/90_autoconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
        GtkAction *action;
477
477
        char *message;
478
478
 
479
 
        action = gtk_widget_get_action (GTK_WIDGET (proxy));
 
479
        action = gtk_activatable_get_related_action (GTK_ACTIVATABLE (proxy));
480
480
        g_return_if_fail (action != NULL);
481
481
 
482
482
        g_object_get (G_OBJECT (action), "tooltip", &message, NULL);