~ubuntu-branches/debian/stretch/gpaint/stretch

« back to all changes in this revision

Viewing changes to debian/patches/02_remove_menu_h_reference.diff

  • Committer: Bazaar Package Importer
  • Author(s): Goedson Teixeira Paixao
  • Date: 2009-12-29 23:04:23 UTC
  • Revision ID: james.westby@ubuntu.com-20091229230423-x1foh5o43h0xxztj
Tags: 0.3.3-6
* debian/patches/26_fix_toolbar.diff: don't set the style for the toolbar,
  allowing gpaint to follow the user's preferences (Closes: #497488)
  (LP: #127296)
* debian/patches/21_fix_crash_on_fill_button_click.dpatch: fixed the check
  for null drawing_area.
* debian/patches/*.dpatch: renamed to *.diff since we're not using dpatch
  anymore
* debian/control: added ${misc:Depends} to the binary package Depends
* debian/patches/*.diff: Added meta information tags compliant with DEP-3
  recommendations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Goedson Teixeira Paixao <goedson@debian.org>
 
2
Description: Removes reference to non-existent menu.h file
 
3
Forwarded: https://savannah.gnu.org/patch/?7050
 
4
 
 
5
Index: b/src/menu.c
 
6
===================================================================
 
7
--- a/src/menu.c        2009-12-19 17:11:48.000000000 -0200
 
8
+++ b/src/menu.c        2009-12-19 17:12:10.000000000 -0200
 
9
@@ -34,7 +34,6 @@
 
10
 #include "image.h"
 
11
 #include "image_processing.h"
 
12
 #include "tool_palette.h"
 
13
-#include "menu.h"
 
14
 #include "print.h"
 
15
 #include "file.h"
 
16
 #include "text.h"