Changeset bcfd4df20fab5683bc5e0063f03b46f1220c5080
- Timestamp:
- 01/06/07 23:34:54 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- c5dd1df25982702a12d9bd2eed398289e9389b9f
- Children:
- d4fb9791634410c817fc06036efcc9aae1f8fe91
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:34:54Z+0000
- Message:
-
[project @ Shuffled some files around, fixed non-gtksourceview build [phil]]
Original author: Armin Burgmeier <armin@…>
Date: 2005-05-08 15:25:41+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rc5dd1df
|
rbcfd4df
|
|
| 88 | 88 | |
| 89 | 89 | EXTRA_DIST = contrib/artwork/CREDITS |
| 90 | | EXTRA_DIST += contrib/artwork/gobby.ico |
| 91 | 90 | EXTRA_DIST += contrib/artwork/gobby.png |
| 92 | 91 | EXTRA_DIST += contrib/artwork/gobby.svg |
| | 92 | EXTRA_DIST += win32/gobby.ico |
| 93 | 93 | EXTRA_DIST += win32/gobby.rc |
| 94 | 94 | |
-
|
r13f4061
|
rbcfd4df
|
|
| 66 | 66 | |
| 67 | 67 | AC_CONFIG_FILES([Makefile]) |
| 68 | | AC_OUTPUT([po/Makefile.in win32/Makefile]) |
| | 68 | AC_OUTPUT([po/Makefile.in]) |
| 69 | 69 | |
-
|
r1545139
|
rbcfd4df
|
|
| 47 | 47 | ~Folder(); |
| 48 | 48 | |
| | 49 | #ifdef WITH_GTKSOURCEVIEW |
| 49 | 50 | // Access to the mime map |
| 50 | 51 | const MimeMap& get_mime_map() const; |
| 51 | 52 | |
| 52 | | #ifdef WITH_GTKSOURCEVIEW |
| 53 | 53 | Glib::RefPtr<Gtk::SourceLanguagesManager> get_lang_manager() const; |
| 54 | 54 | #endif |
-
|
r59d5565
|
rbcfd4df
|
|
| 35 | 35 | } |
| 36 | 36 | |
| | 37 | #ifdef WITH_GTKSOURCEVIEW |
| 37 | 38 | const Gobby::MimeMap& Gobby::Folder::get_mime_map() const |
| 38 | 39 | { |
| … |
… |
|
| 40 | 41 | } |
| 41 | 42 | |
| 42 | | #ifdef WITH_GTKSOURCEVIEW |
| 43 | 43 | Glib::RefPtr<Gtk::SourceLanguagesManager> |
| 44 | 44 | Gobby::Folder::get_lang_manager() const |
-
|
rc5dd1df
|
rbcfd4df
|
|
| 1 | | A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "contrib/artwork/gobby.ico" |
| | 1 | A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "win32/gobby.ico" |