Ticket #307 (closed defect: fixed)
glade support in .ext
Reported by: | styx | Owned by: | styx |
---|---|---|---|
Priority: | trivial | Milestone: | 4.7 |
Component: | mc-vfs | Version: | |
Keywords: | commited-master | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
Open .glade support in mc.ext
Change History
comment:2 Changed 16 years ago by styx
Patch is primitive:
+# Glade, a user interface designer for GTK+ and GNOME
+regex/\.([Gg][Ll][Aa][Dd][Ee])$
+ Open=glade-3 %f >/dev/null 2>&1 &
+
comment:4 follow-up: ↓ 5 Changed 16 years ago by andrew_b
- Keywords vote-andrew_b added; review removed
comment:5 in reply to: ↑ 4 Changed 16 years ago by slavazanko
- Keywords review added; vote-andrew_b removed
Replying to andrew_b:
created branch 307_glade_support; parent branch: master
I was change patch (because my OS don't have glade-3, only glade-2). see changeset:37ccd9ccac69a1659095ffec9751b1e39f25dd59
May be, need additional check for glade-2 (such as check for glade-3)? Sorry, but votes removed. Need to review again (may be, rework).
comment:8 Changed 16 years ago by winnie
- Keywords vote-winnie approvded added; review removed
- Milestone changed from 4.6.2.1 to 4.7
Added correct milestone 4.7 as this is an enhancement and no bugfix and should got only to master.
comment:9 Changed 16 years ago by styx
- Keywords commited-master added; vote-styx vote-winnie approvded removed
comment:10 Changed 16 years ago by styx
- Status changed from accepted to testing
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.