~swem/totem/assignment

« back to all changes in this revision

Viewing changes to src/totem-open-location.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-01-27 09:40:18 UTC
  • mfrom: (1.4.2 upstream) (5.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100127094018-q6rzt7va0y8ketwt
Tags: 2.29.4-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
    - Drop tracker plugin, it needs tracker 0.7.
  + debian/totem-mozilla.links:
    - Drop the complex plugin, it doesn't exist anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
                        GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
175
175
                        GTK_STOCK_OPEN, GTK_RESPONSE_OK,
176
176
                        NULL);
 
177
        gtk_container_set_border_width (GTK_CONTAINER (open_location), 5);
177
178
        gtk_dialog_set_default_response (GTK_DIALOG (open_location), GTK_RESPONSE_OK);
178
179
 
179
180
        g_signal_connect (G_OBJECT (open_location), "delete-event",